Jabber bot template
Шаблон jabber-бота
|
vor 1 Jahr | |
---|---|---|
__pycache__ | vor 1 Jahr | |
.gitignore | vor 1 Jahr | |
BotClass.py | vor 1 Jahr | |
README.md | vor 1 Jahr | |
config_template.py | vor 1 Jahr | |
requirements.txt | vor 1 Jahr | |
run.py | vor 1 Jahr |
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