Stylite / ccbot

A cookiecutter bot for discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CookieCutterBot CI status

CookieCutterBot is a simple to run discord bot.

Installation

GIF

Requirements

  • Linux or Windows or macOS
  • Python 3.7 and up
$ pip install cookiecutter

Usage

$ cookiecutter https://github.com/stylite/ccbot
$ cd yourbotname
$ pip install -r reqs.txt
$ python botname.py

Development

$ virtualenv ccbot
$ . ccbot/bin/activate
$ pip install -r reqs.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL 3.0

About

A cookiecutter bot for discord.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%