Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeizbicki/allsides
https://github.com/mikeizbicki/allsides
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeizbicki/allsides
- Owner: mikeizbicki
- Created: 2021-02-20T07:11:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T01:38:06.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T22:37:10.647Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Repo for scraping website bias information from https://www.allsides.com
To scrape:
1. Run the command
```
$ sh update_mirror.sh
```
This will update the `www.allsides.com` folder with current website information.2. Run the command
```
$ python3 generate_csv.py
```
This will parse the files in the mirrored `www.allsides.com` folder into the `allsides.csv` file.