Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.