Jabber bot template
Шаблон jabber-бота
L 226d5a8041 bot_log changed | il y a 1 an | |
---|---|---|
.gitignore | il y a 1 an | |
2023-04-14-bottickets.log | il y a 1 an | |
BotClass.py | il y a 1 an | |
README.md | il y a 1 an | |
applications.json | il y a 1 an | |
config_template.py | il y a 1 an | |
gen-passwords.py | il y a 1 an | |
open-st_request-assigned.py | il y a 1 an | |
requirements.txt | il y a 1 an |
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