Jabber bot template
Шаблон jabber-бота
mex3 b0376e5203 unique password generation for bots added | 1 рік тому | |
---|---|---|
.gitignore | 1 рік тому | |
BotClass.py | 1 рік тому | |
README.md | 1 рік тому | |
applications.json | 1 рік тому | |
config_template.py | 1 рік тому | |
gen-passwords.py | 1 рік тому | |
open-st_request-assigned.py | 1 рік тому | |
requirements.txt | 1 рік тому |
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