An open API service indexing awesome lists of open source software.

https://github.com/stefanbohacek/creative-bots

Making creative online bots.
https://github.com/stefanbohacek/creative-bots

creative-bots generative-art glitch tracery twitterbots

Last synced: about 2 months ago
JSON representation

Making creative online bots.

Awesome Lists containing this project

README

        

# Creative Mastodon Bots

1. Remix this project.
2. [Create a Mastodon account and get your API token](https://botwiki.org/resource/tutorial/how-to-make-a-mastodon-botsin-space-app-bot/).
3. Update the `example-bot` code. See [an example showcase page](https://stefans-creative-bots.glitch.me) for a variety of examples.
4. Have fun!

Visit [botwiki.org](https://botwiki.org/) for more botmaking resources, and join [botmakers.org](https://botmakers.org/) to share your work!

Any questions? Feel free to [reach out](https://stefanbohacek.com/contact/)!

## FAQ

**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](https://help.glitch.com/hc/en-us/articles/16287551842829-Project-Terminal) to run `node test.js`.

**Q: How can I update the showcase page?**

A: The showcase page uses [Handlebars](https://handlebarsjs.com/) templates. You can find all the template files inside the `views` folder.

**Q: Can I make bots that use Puppeteer?**

A: [Not anymore](https://help.glitch.com/hc/en-us/articles/24390278437773-Why-can-t-I-get-Puppeteer-to-work-on-Glitch-anymore), sorry!