Skip to content

oysnet/django-tweet-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Tweets fetcher

Installation

To install the latest stable version:

pip install -e git+https://github.com/oxys-net/django-tweet-fetcher#egg=django-tweet-fetcher

You will need to include tweet_fetcher in your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'tweet_fetcher',            
)

Configure oauth access in settings.py

... TWITTER_CONSUMER_KEY = "..." TWITTER_CONSUMER_SECRET = "..."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages