@tinysubversions I want to play around with making some bots for Twitter and Mastodon. What tools do you use? Is there a good place to start other than diving into the API and going to town?

@CaptainKraft I use these two libraries:

https://www.npmjs.com/package/twit
https://www.npmjs.com/package/mastodon

The second is a Mastodon fork of the first so it's very simple to implement them side by side.

In terms of places to start, do you mean creatively? That's a huge possibility space.

@tinysubversions You answered both questions with the links. Thanks.