Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 828 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 828 Bytes

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