Community Twitch bot for MrDemonWolf, Inc. Community
Join our community across various platforms! Discover more about us, get the latest updates, and engage with our content. Built by a passionate furry web developer, MrDemonWolf, who loves tech, gaming, and creating engaging experiences for the community.
Follow these steps to set up your database quickly using Docker:
-
Install Docker
If you don't already have Docker installed, follow the instructions in the Docker Documentation to set it up. -
Install Docker Compose
Docker Compose is usually included with Docker Desktop. If you need to install it separately, follow the guide in the Docker Compose Documentation.
-
Clone the Repository
Ensure you have the repository containing thedocker-compose.yml
file. -
Run Docker Compose
Open a terminal in the directory containing thedocker-compose.yml
file and run:docker-compose up
Follow these steps to generate a Twitch token:
-
Visit the Twitch Token Generator
Go to https://twitchtokengenerator.com. -
Click "Uhhhh what? Just take me to the site."
On the popup that appears, click the "Uhhhh what? Just take me to the site." button. -
Enter Your Client ID and Client Secret
- Obtain your Client ID and Client Secret from the Twitch Developer Console.
- Paste them into the respective fields on the site.
-
Generate Your Token
Follow the prompts to generate your token. -
Use Your Token
Copy both the access token and refresh token and paste them into the respective fields in the.env
file:TWITCH_APPLICATION_TOKEN=your-access-token TWITCH_APPLICATION_REFRESH_TOKEN=your-refresh-token
- Set the
TWITCH_APPLICATION_FIRST_RUN
environment variable tofalse
after the initial seeding process:
TWITCH_APPLICATION_FIRST_RUN=false
- Set the
Note: Ensure you keep your Client Secret and tokens secure. Do not share them publicly.
If you have any questions, suggestions, or feedback, feel free to reach out to us on Discord!
- Discord: Join our server
Thank you for choosing FluffBoost to add motivation and positivity to your Discord server!
Made with ❤️ by MrDemonWolf, Inc.