Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 413 Bytes

pyjokes-bot

pyjokes Twitter bot @pyjokes_bot

Requirements

  • Twython
  • pyjokes
sudo pip3 install twython pyjokes

Usage

  • Clone this repo
  • Add your Twitter application's API keys from apps.twitter.com to auth.py - do not put these in your GitHub repo
  • Run python3 bot.py with Python
  • Optionally, schedule with cron