Skip to content

Django project to authorize user with Twitter and post(tweet) video with status

Notifications You must be signed in to change notification settings

pulkitpahwa/TviTTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TviTTER: Twitter Video status update project

This project is aimed to be used as a web backend for tweeting on twitter from a website.

##How to use

  • Go to https://apps.twitter.com and create an app for yourself.
  • Make sure that you have set the read and write permissions of the app to True.
  • Set the callback_url of the app to YOUR_DOMAIN_NAME/upload_video/
  • Create app_key.py file in TviTTER/TviTTER/ folder

Sample app_key.py :

    APP_KEY = YOUR_APP_KEY
    APP_SECRET = YOUR_APP_SECRET

About

Django project to authorize user with Twitter and post(tweet) video with status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published