Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julians/zcraper
Scraping ZON
https://github.com/julians/zcraper
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:48:09.000Z (about 2 years ago)
- Last Synced: 2024-11-30T06:48:07.277Z (about 1 month ago)
- Language: Python
- Size: 208 KB
- Stars: 0
- Watchers: 2
- 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`