Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.92 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.92 KB

Real-Time-Twitter-Stream

Stream live tweets across the world in real time on a world map.

This web app attaches to the Twitter Streaming API and extracts tweets with geo data using an open source python library Tweepy that act as a communicator to Twitter API.

Installing and running

  • Install Flask a server side framework for Python.
pip install flask
  • Clone the repo
https://github.com/7saheelahmed/Real-Time-Twitter-Stream.git   
pip install tweepy
  • Go to your flask folder open scripts and run activate on terminal to start the server.
cd flask\Scripts
activate
  • Now go to repository and run app.py on terminal to start the application
cd Real-Time-Twitter-Stream
python app.py

This is how it works

Backend

Results

App Results 1 App Results 2 App Results 3

Resources