Skip to content

MatthewWolff/TwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bot Skeleton

Requirements

Usage

This bot skeleton helps to execute some user-defined function at a regular interval.

After you make a Twitter account and secure some API credentials for Tweepy (stick them in api_key.py), you can get going. To add functionality, just provide a custom function to bot.activate. Feel free to add other functions to the bot that help. Reference the Tweepy API here

You can start the bot with ./run_bot.py.

You can set the bot running in the background with

nohup ./run_bot.py &>> output.log &

Releases

No releases published

Packages

No packages published

Languages