GithubHelp home page GithubHelp logo

governorunfortunable / cortext-pytheas-tweets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cortext/cortext-pytheas-tweets

1.0 1.0 0.0 23 KB

webtool to download csv/json from twitter historical feed

Python 55.41% HTML 44.22% Shell 0.37%

cortext-pytheas-tweets's Introduction

Pytheas_tweet

Simple web interface to download tweets without the use of API (only historical HTML flux from twitter.com/search)

based on :

  • twitterscrap
  • flask
  • request
  • bs4

next to do :

  • processing db
  • documentation
  • parse more filters

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 --recursive https://github.com/cortext/cortext-pytheas-tweets.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

cortext-pytheas-tweets's People

Contributors

breucker avatar ikario404 avatar

Stargazers

Matías F. Milia avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.