Skip to content

jaiswalpuru/url-feeds-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Feeds Dashboard

This application fetches the ulrs present in the tweets and stores it in the database. Then it fetches from the database of the specified user and displays on the dashboard

To run the app

Run the following commands

Download and extract the files to a directory and through commandline go to the directory

1)Install python3
2)pip install flask
3)pip install flask-dance
4)pip install twitter

To run the application

1)python home.py


2)Go To - http://127.0.0.1:5000/ (localhost)
3)The home page will be

4)After Entering your twitter ID click on the button which will forward you to the twitter API Authorization page


5)After Authorization the page will redirect to the dashboard


6)Click on the button which will forward you to the Dashboard page where all the urls present in the tweetes will available


Releases

No releases published

Packages

No packages published