For me the hardest part of making a Mastodon bot was figuring out the OAuth dance to get my access token.

Twitter offers a UI that does this for you, so I made one for Mastodon! It works on any instance, but it does require you to run a `curl` command (that it generates for you) at the very end. Hope you find it useful!

https://tinysubversions.com/notes/mastodon-bot/index.html

@tinysubversions OH THIS IS GREAT! Thank you! I've had the same problems when I played around with my apps, hahah.