- A simple cli tool to setup the greybot template
- Install by doing:
pip install -U git+https://github.com/Sengolda/GreyCLI#egg=greycli
- To run just do:
greybotsetup myawesomebot
Optionally if you are on MacOS/Linux
you can install uvloop
to get a faster asyncio event loop
pip install -U uvloop
NOTE: There is currently no Windows support only MacOS/Linux