a bot that sends pics of the owo tower! https://tilde.zone/@owotowerbot
Go to file
LickTheCheese 80757970c4 fixed syntax error and added a few more messages 2019-12-30 20:11:26 -05:00
.gitignore hello world 2019-12-30 11:49:32 -05:00
README.md Create README.md 2019-12-30 12:29:27 -05:00
bot.py move image after posting 2019-12-30 16:11:34 -05:00
config.py move image after posting 2019-12-30 16:11:34 -05:00
status.py fixed syntax error and added a few more messages 2019-12-30 20:11:26 -05:00

README.md

owo-bot

this is a simple python script to choose random images from a directory and post them to mastodon.

how to use it

  • make a mastodon account on your favorite instance and make an application for the bot (prefrences -> development)
  • git clone this repo
  • copy the access token and make a file called auth.py and put the token in it in this format:
token='sjfhskjuihfoisfhs-sdfgnfdg-dgndfg-dfgdfgb-hjsdbfj'

(replace sjfhskjuihfoisfhs-sdfgnfdg-dgndfg-dfgdfgb-hjsdbfj with your token)

  • modify config.py and put your instance, image directory path and set the messages
  • run bot.py with python3 bot.py