Feel like our bot is missing a feature? We welcome your pull requests! Few pointers for contributions:
Create your PR against the develop branch, not master.
New features need to contain unit tests and must be PEP8 conformant (max-line-length = 100).
- Use local variable only if it improves code clarity
- Always use comprehension list
- Use
try ... except
instead ofif
statetements whenif
is 99%True