Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

ikario404/spinn3r-data-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytheas_tweet

Simple web interface to download data from Spinn3r

based on :

  • requests
  • flask

next to do :

  • processing db
  • enhance method from docker
  • finish template
  • lot of things

how to use ?

with docker and docker-compose

  1. first git clone this repo
git clone https://github.com/ikario404/spinn3r-data-extract.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

  1. Finally :
python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published