Skip to content

sks316/bunnies-mi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunnies-mi

love-badge mipy-badge

follow-badge

A bunnyposting bot for Misskey! Posts bunnies to the Fediverse every hour.

Running the bot

First, clone the bot. Then, install dependencies:

pip install -r requirements.txt

Now make a new file named config.py in the bot's directory. Paste the following:

homeserver = "YOUR-HOMESERVER-HERE"
token = "YOUR-TOKEN-HERE"

Replace YOUR-HOMESERVER-HERE with the URL for your Misskey server. Now go to the API section of your account settings and generate a new access key, and replace YOUR-TOKEN-HERE with it. Run the bot and you'll be posting cute buns every hour!