Twitter tweets downloader
- Prepare a python virtualenv:
python3 -m venv env
(Use python3.8 or later) - Enter to the virtualenv:
. env/bin/activate
- Install this app (and the all dependencies):
pip install -e .[dev]
(In the production,pip install .
)
/conf.default
Default configuration files (templates, git managed)/conf
Actual configuration files (gitignored)
apikeys.json
API keys