File size: 685 Bytes
dfdddb1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "sources": [
    {
      "name": "example_news",
      "type": "news",
      "url": "https://example.com",
      "selectors": {
        "title": "h1",
        "content": ".article-content",
        "author": ".author",
        "date": ".date"
      },
      "pays": "Senegal",
      "langue": "fr",
      "active": true
    },
    {
      "name": "twitter_africa",
      "type": "social",
      "query": "africa OR afrique",
      "pays": "Panafricain",
      "langue": "fr,en",
      "active": false
    }
  ],
  "settings": {
    "delay_between_requests": 1,
    "max_pages_per_source": 100,
    "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36"
  }
}