β«πβͺ A Mastodon bot that grabs colours contrast combos
Inspired by and code stolen from: randoma11y.com
You can follow the bot on @[email protected].
When you post any media (images and videos) without text descriptions it will respond with a message.
- Install dependancies
npm install
- Create a Mastodon application and get the access token
You can do this from the settings in Mastodon. There's a 'Development' section. Give the bot all permissions.
- Add environment variables
MASTODON_API_URL
is the URL for the instance you're on.MASTODON_ACCESS_TOKEN
is the access token from the previous step
- Run the application!