Skip to content

A python program that tweets its source code to Twitter when ran

License

Notifications You must be signed in to change notification settings

SJTButler/twitter-quine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-quine

A python program that posts its source code to twitter when ran, using the python-twitter library

Installation

To download, run

git clone https://github.com/SJTButler/twitter-quine

To install dependencies, activate your virtual environment and run

pip install -r requirements.txt

To run, create a copy of conf.py.default, renamed to conf.py, and add the consumer key (ck), consumer secret (cs), access token key (atk) and access token secret (ats). The code can then be run by using the command

python twitterquine.py

(though I'm not sure why you'd want to)

About

A python program that tweets its source code to Twitter when ran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages