Compare commits
No commits in common. "c5cc6d78f9ea295269f692ec809b79eacc43a0fb" and "7bf17b150e792f574e1ea6389ccf73bce603892d" have entirely different histories.
c5cc6d78f9
...
7bf17b150e
17
README.md
17
README.md
|
@ -3,28 +3,19 @@
|
||||||
A [GPTC](https://git.kj7rrv.com/kj7rrv/gptc) model to classify American news as
|
A [GPTC](https://git.kj7rrv.com/kj7rrv/gptc) model to classify American news as
|
||||||
right- or left-leaning
|
right- or left-leaning
|
||||||
|
|
||||||
Inclusion of a site in this model is not an endorsement of the site.
|
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
### Left
|
### Left
|
||||||
|
|
||||||
* The Atlantic
|
|
||||||
* CBS News
|
|
||||||
* CNBC
|
|
||||||
* CNN
|
* CNN
|
||||||
* HuffPost (formerly Huffington Post)
|
* HuffPost (formerly Huffington Post)
|
||||||
* Los Angeles Times
|
* CNBC
|
||||||
* PBS NewsHour
|
* PBS NewsHour
|
||||||
|
* Los Angeles Times
|
||||||
|
|
||||||
### Right
|
### Right
|
||||||
|
|
||||||
* American Thinker
|
|
||||||
* Breitbart
|
|
||||||
* Epoch Times
|
|
||||||
* The Federalist
|
|
||||||
* Fox News
|
* Fox News
|
||||||
* Not the Bee
|
|
||||||
* New York Post
|
|
||||||
* One America News Network
|
* One America News Network
|
||||||
* Washington Examiner
|
* New York Post
|
||||||
|
* The Federalist
|
||||||
|
|
37
sources.toml
37
sources.toml
|
@ -30,22 +30,12 @@ feed="https://www.latimes.com/local/rss2.0.xml"
|
||||||
category="left"
|
category="left"
|
||||||
contains_articles=false
|
contains_articles=false
|
||||||
|
|
||||||
[cbs_news]
|
|
||||||
feed="https://www.cbsnews.com/latest/rss/main"
|
|
||||||
category="left"
|
|
||||||
contains_articles=false
|
|
||||||
|
|
||||||
[atlantic]
|
|
||||||
feed="https://www.theatlantic.com/feed/all/"
|
|
||||||
category="left"
|
|
||||||
contains_articles=true
|
|
||||||
|
|
||||||
#[bloomberg]
|
#[bloomberg]
|
||||||
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
#feed="https://www.bloomberg.com/politics/feeds/site.xml"
|
||||||
#category="left"
|
#category="left"
|
||||||
#contains_articles=false
|
#contains_articles=false
|
||||||
|
|
||||||
[fox_news]
|
[fox]
|
||||||
feed="https://moxie.foxnews.com/google-publisher/latest.xml"
|
feed="https://moxie.foxnews.com/google-publisher/latest.xml"
|
||||||
category="right"
|
category="right"
|
||||||
contains_articles=true
|
contains_articles=true
|
||||||
|
@ -69,31 +59,6 @@ feed="https://thefederalist.com/feed"
|
||||||
category="right"
|
category="right"
|
||||||
contains_articles=false
|
contains_articles=false
|
||||||
|
|
||||||
[washington_examiner]
|
|
||||||
feed="https://feeds.feedburner.com/dcexaminer/Politics"
|
|
||||||
category="right"
|
|
||||||
contains_articles=true
|
|
||||||
|
|
||||||
[american_thinker]
|
|
||||||
feed="https://feeds.feedburner.com/americanthinker_articles"
|
|
||||||
category="right"
|
|
||||||
contains_articles=false
|
|
||||||
|
|
||||||
[breitbart]
|
|
||||||
feed="https://feeds.feedburner.com/breitbart/"
|
|
||||||
category="right"
|
|
||||||
contains_articles=false
|
|
||||||
|
|
||||||
[epoch_times]
|
|
||||||
feed="https://www.theepochtimes.com/feed/"
|
|
||||||
category="right"
|
|
||||||
contains_articles=false
|
|
||||||
|
|
||||||
[not_the_bee]
|
|
||||||
feed="https://notthebee.com/feed"
|
|
||||||
category="right"
|
|
||||||
contains_articles=false
|
|
||||||
|
|
||||||
#[newsmax]
|
#[newsmax]
|
||||||
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
#feed="https://www.newsmax.com/rss/Newsfront/16/"
|
||||||
#category="right"
|
#category="right"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user