- Firstly you will need a app, which you can create through developer.twitter.com
- For this you will need a developer account, but you can easily create one, you're also prompted to create one if you click on "Create an app".
- Click "Create an app"
- Fill out the forms with the needed information
- You will also need access to the Imgur API, to get access you can follow this guide
- You also have the option to use Sentry.
- To use it you have to create a Sentry Project and fill in the needed information in the
.envfile.
- To use it you have to create a Sentry Project and fill in the needed information in the
- A
.envfile in the project root- Copy the example.env, rename it to .env and fill in the needed information.
- A
config.tsfile in the bot and backend directory- Copy the config.example.ts and rename it to config.ts, set the values as you wish.
- Clone the repository
- run
yarnin the root directory
To start the bot simply run
docker-compose upIf you are running into any issues or have any suggentions create a new issue.