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