Moved bot credentials to config/.env file to make version control of the config/config.py file easier. Now, config files can be directly version controlled in forks.
Updated README.md with .env instructions.
Also updated .gitignore with .env and python generated files.
Moved bot credentials to
config/.env
file to make version control of theconfig/config.py
file easier. Now, config files can be directly version controlled in forks.Updated
README.md
with.env
instructions.Also updated
.gitignore
with.env
and python generated files.