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.
- Host: GitHub
- URL: https://github.com/stefanbohacek/creative-bots
- Owner: stefanbohacek
- License: mit
- Created: 2020-05-11T13:44:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T01:03:40.000Z (10 months ago)
- Last Synced: 2024-08-01T03:53:11.815Z (10 months ago)
- Topics: creative-bots, generative-art, glitch, tracery, twitterbots
- Language: JavaScript
- Homepage: https://stefanbohacek.com/project/creative-bots
- Size: 723 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!