Simple web interface to download tweets without the use of API (only historical HTML flux from twitter.com/search)
- twitterscrap
- flask
- request
- bs4
- processing db
- documentation
- parse more filters
- create docker-compose.yaml && conf/conf.json (with credentials) from example files
- first git clone this repo
git clone --recursive https://github.com/cortext/cortext-pytheas-tweets.git
- run docker
docker build -t cortext/cortext_pytheas . && docker-compose up
- Locally you can also more easily (and to debug principaly) directly create a virtualenv with python 3.x
virtualenv env3 -p /usr/bin/python3 && source ./env3/bin/activate
- Then install dependancies :
pip install -r requirements.txt
git clone https://github.com/ikario404/twitterscraper.git
cd twitterscraper && python setup.py install && cd ..
- Finally :
python app.py