- Remix this project.
- Create a Mastodon account and get your API token.
- Update the
example-bot
code. See an example showcase page for a variety of examples. - Have fun!
Visit botwiki.org for more botmaking resources, and join botmakers.org to share your work!
Any questions? Feel free to reach out!
Q: Can I test my bot without having to wait for its scheduled time?
A: Yes! Update the test.js
file, and then use the Glitch terminal to run node test.js
.
Q: How can I update the showcase page?
A: The showcase page uses Handlebars templates. You can find all the template files inside the views
folder.
Q: Can I make bots that use Puppeteer?
A: Not anymore, sorry!