Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Extract tweets with the Twitter Streaming API

Notifications You must be signed in to change notification settings

Rleit/tweet-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet extractor

Extract tweets with the Twitter Streaming API and store them in MongoDB.

Installation

Create a virtual environment with Python 3.4

virtualenv -p /usr/bin/python3.4 venv

Enter the virtual environment

source venv/bin/activate

Install dependencies

pip install --upgrade pip
pip install -r requirements.txt

To install MongoDB on Ubuntu, follow this link.

Usage

To run the program

python main.py

To exit the virtual environment

deactivate

Contributors

Jacky Casas

About

Extract tweets with the Twitter Streaming API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%