https://github.com/new-dev0/combot
https://github.com/new-dev0/combot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/new-dev0/combot
- Owner: New-dev0
- Created: 2023-09-17T18:18:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T10:58:09.000Z (over 2 years ago)
- Last Synced: 2025-01-31T15:11:12.565Z (about 1 year ago)
- Language: Python
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComBot 🤖
Welcome to **ComBot**, your all-in-one solution for managing communities with ease! This bot is equipped with a variety of features to enhance your community management experience. From user information retrieval to games, anime suggestions, and utility functions, this bot has got you covered.
## Getting Started 🛠️
1. **Clone the repository:**
```
git clone https://github.com/New-dev0/combot.git
cd combot
```
2. **Install dependencies:**
```
pip install -r requirements.txt
playwright install chromium
```
3. **Configure the bot:**
- Create a Bot App on Switch and obtain the API token.
- Create `.env` file, similar to [.env.sample](./.env.sample)
4. **Create a firebase database**
- Fill the `FIREBASE_URL` in `.env` and `SERVICE_ACCOUNT_FILE` to the path of service account (.json).
5. **Run the bot:**
```
python3 bot.py
```
## Contributions 🤝
Contributions are welcome! If you have any suggestions or find issues, please open an issue or create a pull request.
## License 📝
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.