Project storing my bot projects for bkgrdclrschm.link
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Camille Frantz 99d50d581a
added a CW to the posts
3 weeks ago
.env.asc initial 2 months ago
Pipfile initial 2 months ago
Pipfile.lock initial 2 months ago
README.md url declarations were wrong 2 months ago
RSSBot.py initial 2 months ago
dupAPIcalls.py.asc initial 2 months ago
petBotting.py added a CW to the posts 3 weeks ago

README.md

bot programming

this repository is all my work on bot programming using the calckey/misskey api at bkgrdclrschm. at the moment, the only bot i have working is the pet bot which posts a random puppy image at intervals (i think i have it setup to do once every 6 hours at the moment).

other bots i have been playing around with are a bot to post last feed entry from fyrfli.me and a random sentence bot (which admittedly hasn't gotten much work done on it because it's such a basic idea that i haven't given it much code time)

my plans for the petbot is to eventually either turn it into a listening bot that will fetch you a puppy pic on demand or to clone it and create a listening bot that will fetch something (puppy pics being one) on command.

also, i am very much aware that these do not have proper error handling. so that's something i need to attend to asap.