Skip to main content

OAuth Plugin for django-twittersync

Project description

Set these in your settings.py (you can obtain consumer key and secret from twitter.com):

TWITTER_APP_NAME = "Your App name"
TWITTER_CONSUMER_SECRET = "####"
TWITTER_CONSUMER_KEY = "####"

Add twittersync_oauth to your INSTALLED_APPS after twittersync:

INSTALLED_APPS = (
    ...
    'twittersync',
    'twittersync_oauth',
    ...
)

Then run:

./manage.py auth_twitter

auth_twitter opens a twitter authentication request in your browser. Please note that you can do this on your own pc and then use the resulting keys on your server. Click Accept and twitter gives you a PIN. Insert this PIN in the manage.py you executed. The script gives you other two variables you need to set in your settings.py. Done! :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-twittersync-oauth-0.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django-twittersync-oauth-0.1.tar.gz.

File metadata

File hashes

Hashes for django-twittersync-oauth-0.1.tar.gz
Algorithm Hash digest
SHA256 1347848637631d203f138a3dd0ad8a898de343467290b3eb1f119dd47cc7d6a9
MD5 2b8e827e7f572ff415b98de512637a30
BLAKE2b-256 e3f5216140624f6f8212c6ecfd14393b7f398419758256f3725ea459edaf2b15

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page