R3troR0b commited on
Commit
97006c4
·
verified ·
1 Parent(s): d964800

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -11
README.md CHANGED
@@ -14,8 +14,6 @@ pretty_name: World News from Multiple Sources.
14
 
15
  A collection of news articles from around the world. The script ensures no duplicate articles are added.
16
 
17
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
18
-
19
  ## Dataset Details
20
 
21
  ### Dataset Description
@@ -39,21 +37,35 @@ The articles are drawn from these sources:
39
 
40
  - NPR
41
 
 
 
 
42
 
43
 
44
- - **Curated by:** [More Information Needed]
45
- - **Funded by [optional]:** [More Information Needed]
46
- - **Shared by [optional]:** [More Information Needed]
47
- - **Language(s) (NLP):** [English, French]
48
  - **License:** [MIT]
49
 
50
  ### Dataset Sources [optional]
51
 
52
- <!-- Provide the basic links for the dataset. -->
53
-
54
- - **Repository:** [More Information Needed]
55
- - **Paper [optional]:** [More Information Needed]
56
- - **Demo [optional]:** [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  ## Uses
59
 
 
14
 
15
  A collection of news articles from around the world. The script ensures no duplicate articles are added.
16
 
 
 
17
  ## Dataset Details
18
 
19
  ### Dataset Description
 
37
 
38
  - NPR
39
 
40
+ - TASS News Agency, Russia
41
+
42
+ - The Sydney Morning Herald
43
 
44
 
45
+ - **Curated by:** McNarland Software Consulatants Inc.
46
+ - **Funded by [optional]:** None
47
+ - **Shared by [optional]:** None
48
+ - **Language(s) (NLP):** [English, French, Russian]
49
  - **License:** [MIT]
50
 
51
  ### Dataset Sources [optional]
52
 
53
+ # Global News Sources (RSS Feeds)
54
+ AL_JAZEERA_FEED_URL = "https://www.aljazeera.com/xml/rss/all.xml"
55
+ BBC_FEED_URL = "http://feeds.bbci.co.uk/news/rss.xml"
56
+ LE_MONDE_FEED_URL = "https://www.lemonde.fr/rss/en_continu.xml"
57
+ REUTERS_FEED_URL = "https://www.reutersagency.com/feed/?best-regions=north-america&post_type=best"
58
+ THE_HINDU_FEED_URL = "https://www.thehindu.com/news/feeder/default.rss"
59
+ SCMP_FEED_URL = "https://www.scmp.com/rss/2/feed"
60
+ DW_FEED_URL = "https://rss.dw.com/rdf/rss-en-all"
61
+ TASS_FEED_URL = "https://tass.com/rss"
62
+ RT_FEED_URL = "https://www.rt.com/rss/"
63
+ ABC_FEED_URL = "https://www.abc.net.au/news/feed/51120/rss.xml"
64
+ SMH_FEED_URL = "https://www.smh.com.au/rss/feed.xml"
65
+
66
+ - **Repository:** None
67
+ - **Paper [optional]:** None
68
+ - **Demo [optional]:** None
69
 
70
  ## Uses
71