项目作者: pedrety

项目描述 :
Bot para Discord implementado con Python
高级语言: Python
项目地址: git://github.com/pedrety/gpul-discord-bot.git
创建时间: 2020-10-09T17:58:30Z
项目社区:https://github.com/pedrety/gpul-discord-bot

开源协议:GNU General Public License v3.0

下载


GPUL Discord Bot:

GPUL discord bot implemented with python.




Installation

Using virtualenv

  1. python3 -m venv venv
  2. source env/bin/activate
  3. pip install --upgrade pip
  4. pip install -r requirements.txt

Run

  1. python main.py

Deploy with docker

Create the image

  1. docker build -t gpul_discord_bot_image .

Run the container

  1. docker run --rm -d --name gpul_discord_bot gpul_discord_bot_image

Commands

  1. Greetings:
  2. hello Says hello
  3. Social:
  4. facebook Show facebook social media information
  5. meetup Show meetup social media information
  6. social Show all social media information
  7. twitter Show twitter social media information
  8. twitch Show twitch social media information
  9. Test:
  10. ping Says Pong
  11. Websites:
  12. gpul Show GPUL website information
  13. hacks Show CORUÑA HACKS website information
  14. labs Show LABS website information
  15. school Show SCHOOL website information
  16. websites Show all websites information
  17. No Category:
  18. help Shows this message
  19. Type !help command for more info on a command.
  20. You can also type !help category for more info on a category.

License

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).