Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
/ TweetPyGit Public archive

Update your Twitter status with the last Git commit. Written in Python as a Django command

Notifications You must be signed in to change notification settings

UnforbiddenYet/TweetPyGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TweetPyGit

Update your Twitter status with the last Git commit. Written in Python as a Django command.

Requirements:

How to use

Copy file to django_app/management/commands path

In the script file change CONSUMER_KEY and CONSUMER_SECRET:

 CONSUMER_KEY = "#######################################" # Your CONSUMER_KEY
 CONSUMER_SECRET = "####################################" # Your CONSUMER_SECRET

Also don't forget to change the path of your Git repository:

# Git repository path
git_path = '/path/to/your/repository/'

Run as a Django command:

python manage.py tweet_new_commit

Not Django user ? It's easy to clear the file to get working example. Only delete Django's 'extra lines' you don't understand. Try it:)

Contacts:

Thanks:

You can thank me using my site : Dilis.me. It's simple and powerful to-do manager.

About

Update your Twitter status with the last Git commit. Written in Python as a Django command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages