thebrianlenz / pwpg-discord-bot

It's a discord bot
1 stars 2 forks source link

PWPG Discord Bot

It's a discord bot.

This is a Discord bot made using the discord.py API wrapper for Python. It's main goal is for use on the PWPG Discord server.

Features

Installation and Usage

Install the the python dependencies in requirements.txt: pip install -r requirements.txt or, to make a local install of the packages: pip install -r requirements.txt --user

Create an application and bot using the Discord developer portal. Use the token to populate a config.ini file in a /data/ directory. If you will be using the Reflector module, figure it out on your own until I feel like explaining it, or just disable it as a default module.

config.ini format:

[main]
token = # Token for the bot

# PRAW and AWS are required for the Reflector cog
[praw]
reddit_client_id =
reddit_client_secret =

[aws]
access_key_id =
secret_access_key =
bucket_name =

Roadmap?