GPUL discord bot implemented with python.
python3 -m venv venv
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python main.py
docker build -t gpul_discord_bot_image .
docker run --rm -d --name gpul_discord_bot gpul_discord_bot_image
Greetings:
hello Says hello
Social:
facebook Show facebook social media information
meetup Show meetup social media information
social Show all social media information
twitter Show twitter social media information
twitch Show twitch social media information
Test:
ping Says Pong
Websites:
gpul Show GPUL website information
hacks Show CORUÑA HACKS website information
labs Show LABS website information
school Show SCHOOL website information
websites Show all websites information
No Category:
help Shows this message
Type !help command for more info on a command.
You can also type !help category for more info on a category.
The source for gpul-discord-bot is released under the GNU General Public License as published by the Free Software Foundation, either version 3 of the License (See LICENSE).