Simple web interface to download data from spinn3r (with credentials) in json/csv and simple/advanced mode.
- flask
- requests
- date in simple mode
- documentation
- see about other elasticsearch webInterfaces
- others apis from spinn3r
- create docker-compose.yaml && conf/conf.json (with credentials) from example files
- first git clone this repo
git clone https://github.com/cortext/cortext-pytheas-spinn3r.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