Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

dangayle/twitterbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitterbot

Twitter bot that tweets a random line from a file.

Uses Twisted to periodically select a random line from an input file, and Twython to post it to Twitter using your credentials.

Usage

Where each line in file.txt is a single sentence terminated by a newline ('\n'):

python twitterbot.py example.txt

Dependencies

Requires Twython and Twisted

pip install twython twisted

About

Tweet a random line from a file for fun and profit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages