Jabber bot template
Шаблон jabber-бота
|
il y a 2 ans | |
---|---|---|
__pycache__ | il y a 2 ans | |
.gitignore | il y a 2 ans | |
BotClass.py | il y a 2 ans | |
README.md | il y a 2 ans | |
config_template.py | il y a 2 ans | |
requirements.txt | il y a 2 ans | |
run.py | il y a 2 ans |
1) Rename config_template.py to config.py and set up JID and PASSWORD
2) python -m venv env
(for Windows) or python3 -m venv env
(for Linux)
3) .\env\Scripts\activate
or source env/bin/activate
4) pip install -r requirements.txt
5) python run.py