Skip to content

Twitter Django project to get the latest hash tags of IphoneX and Apple (company)

Notifications You must be signed in to change notification settings

sskadit/iphonedjangotwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses TWEEPY module a twitter API to scrape data from twitter.

This project gets the latest trending hash tags for APPLE Company, Latest I Phone X hash tags.

In src under tweety django app in tasks.py configure twitter API settings.

Create a virtual env with python 3 and install requirements.txt.

Configure database settings in settings.py.

run migrate command.

run celery to start twitter API as a cron command:- python manage.py celeryd -v 2 -B celery -E INFO

cron is a perodic task which will run every 5 mins.

In other terminal run manage.py runserver

alt text

alt text

alt text

alt text

About

Twitter Django project to get the latest hash tags of IphoneX and Apple (company)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published