Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyteon/potatobot
https://github.com/cyteon/potatobot
discord discord-bot discordpy hacktoberfest python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyteon/potatobot
- Owner: Cyteon
- License: gpl-3.0
- Created: 2024-07-13T09:24:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:53:11.000Z (3 months ago)
- Last Synced: 2024-10-18T13:57:32.889Z (3 months ago)
- Topics: discord, discord-bot, discordpy, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PotatoBot
> The best AIO bot on Discord.top.gg: https://top.gg/bot/1226487228914602005 \
Invite: https://discord.com/oauth2/authorize?client_id=1226487228914602005## Run Locally
1. Clone the project:
```bash
git clone https://github.com/Cyteon/potatobot
```2. Go to the project directory:
```bash
cd potatobot
```3. Install the required Python dependencies:
```bash
pip install -r requirements.txt
```4. Rename `.env.example` to `.env`, and populate the required values.
5. Rename `config.example.json` to `config.json` and populate the required values.6. Run the bot:
```bash
python main.py
```7. Profit.