FAQ - BloodLetters/Dovast-Controller GitHub Wiki

❓ Frequently Asked Questions (FAQ)

Welcome to the Frequently Asked Questions (FAQ) section! Here you'll find answers to some of the most common questions about the project. If your question isn't answered here, feel free to open an issue.


🛠️ General Questions

1. What is this project about?

This project is an open-source donation troll system for fun. It provides tools and features to help streamer to more interacted with his audience.

2. How do I get started?

To get started with this project, follow the Getting Started Guide. It will walk you through setting up the project, installing dependencies, and running it locally.

3. Can I use two services at the same time?

For now you can't use 2 services at the same time. but for future updates maybe it will be able to

4. Can I use more than 1 "keys" json?

Yes. you can. you just need to create a new file like example.json inside the keys folder


🔧 Setup & Configuration

5. How do I configure the project?

You can customize the project’s settings by modifying the config.json and keys/ directory files. The configuration options include type key and service. For detailed instructions, see the Configuration Guide.

6. What are the required dependencies?

The main dependencies for this project in requirements.txt. You can install them by running:

pip install -r requirements.txt

📝 Troubleshooting

7. I’m getting an error when running the project. What should I do?

If you encounter an error from source code, try the following steps:

- Make sure all dependencies are installed by running `pip install -r requirements.txt`.
- Check the terminal logs.
- Look at the error message for more details and see if there’s a relevant issue in the [Issue Tracker](https://github.com/BloodLetters/Dovast-Controller/issues)

If the issue persists, feel free to open a new issue in the repository.

8. How do I test whether dovast is working or not?

If you are using saweria follow these steps

- Setup your config.json
- Setup your keys folder. if you don't understand how please check "Configuration" page
- Open your saweria Dashboard and open the Overlays menu
- Then click "Show Notification"
- If the notification comes into the terminal then congratulations! You have set the config correctly!

If you are using trakteer follow these steps

- Setup your config.json
- Setup your keys folder. if you don't understand how please check "Configuration" page
- Open your trakteer Dashboard and open the "Stream Overlays" on side bar
- Then click "Show Test message"
- If the notification comes into the terminal then congratulations! You have set the config correctly!

Still have questions? Feel free to reach out or check out the other sections of the wiki!