Skip to content

webtool to download csv/json from spinn3r repo (need credential)

Notifications You must be signed in to change notification settings

cortext/cortext-pytheas-spinn3r

 
 

Repository files navigation

Pytheas_Spinn3r

Simple web interface to download data from spinn3r (with credentials) in json/csv and simple/advanced mode.

based on :

  • flask
  • requests

next to do :

  • date in simple mode
  • documentation
  • see about other elasticsearch webInterfaces
  • others apis from spinn3r

how to use ?

  • create docker-compose.yaml && conf/conf.json (with credentials) from example files

with docker and docker-compose

  1. first git clone this repo
git clone https://github.com/cortext/cortext-pytheas-spinn3r.git
  1. run docker
docker build -t cortext/cortext_pytheas . && docker-compose up 

with virtualenv and python

  1. 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
  1. Then install dependancies :
pip install -r requirements.txt
git clone https://github.com/ikario404/twitterscraper.git
cd twitterscraper && python setup.py install && cd ..
  1. Finally :
python app.py

About

webtool to download csv/json from spinn3r repo (need credential)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • HTML 48.3%
  • Shell 0.4%