mirror of
https://github.com/joanmarcriera/news_gatherer.git
synced 2026-08-31 02:11:54 +00:00
No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| gather.py | ||
| Readme.md | ||
| requirements.txt | ||
Create virtual env and install dependencies
python3.6 -m venv venv
source venv/bin/activate
pip install -r requirements.txt