Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milesrack/thrall-bot
A discord bot for simple networking commands and fun.
https://github.com/milesrack/thrall-bot
bot chatbot discord discord-bot discord-py python python3
Last synced: 24 days ago
JSON representation
A discord bot for simple networking commands and fun.
- Host: GitHub
- URL: https://github.com/milesrack/thrall-bot
- Owner: milesrack
- Created: 2021-06-09T01:25:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T19:04:42.000Z (over 3 years ago)
- Last Synced: 2024-11-09T19:12:16.506Z (3 months ago)
- Topics: bot, chatbot, discord, discord-bot, discord-py, python, python3
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thrall-bot :robot:
A discord bot for simple networking commands and fun.## :pushpin: Installation
```
https://github.com/milesrack/thrall-bot.git
cd thrall-bot
pip3 install -r requirements.txt
```## :pushpin: Setup
- Sign into the [Discord developer portal](https://discord.com/developers)
- Click `New Application`
- Name your application
- On the left-hand bar click the `Bot` section
- Click `Add Bot`
- Copy and paste your token into `discord_token.txt` (it must be in the same directory as `bot.py`)
- Create an account on [ipgeolocation](https://ipgeolocation.io/)
- Copy and paste the api key into `ip_geo_token.txt` (it must be in the same directory as `bot.py`)## :pushpin: Usage
Running the discord bot is simple:
```
python3 bot.py
```
When the bot is running, type `!help` **in Discord** to view the available commands.