Skip to content

mjvar/uwuify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uwuify

A Twitter bot that uwu-ifies tweets. Reply to any tweet with @uwuify and the bot will respond! (Deployed on Heroku with Heroku Scheduler.)

Requirements

  • Python 3.x
  • Tweepy

Developer Usage Tips

The following tips are for anyone looking to adapt this code for their own Twitter bot.

  1. Make sure to create an auth.txt file containing the required keys for Twitter API access. For more info about creating a Twitter Developer account, I recommend watching CS Dojo's excellent video.
  2. For deployment to Heroku, make sure to configure requirements.txt to reflect any additional libraries you may use. This allows the Heroku instance to install dependencies.
  3. To keep your Twitter bot running constantly, use the Heroku Scheduler addon. On free versions of Heroku, applications will regularly shut down. Using Scheduler to restart the script at 10-minute intervals will mostly allow for continuous use.

About

A Twitter bot that uwuifies tweets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages