https://github.com/julians/zcraper
Scraping ZON
https://github.com/julians/zcraper
Last synced: 4 months ago
JSON representation
Scraping ZON
- Host: GitHub
- URL: https://github.com/julians/zcraper
- Owner: julians
- License: apache-2.0
- Created: 2017-09-04T17:03:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:48:09.000Z (over 2 years ago)
- Last Synced: 2025-03-26T16:50:37.014Z (4 months ago)
- Language: Python
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Scrapes ZON
# Installation
1. `python3 -m venv venv`
2. `source venv/bin/activate`
3. `pip install -r requirements.txt`# Run
1. `source venv/bin/activate`
2. `python scrape.py`# To generate stats about scraped aufmachers
1. `source venv/bin/activate`
2. `python download_xml.py`
3. `python make_stats.py`