1234567891011121314151617181920212223242526 |
- For beginning:
- create necessary foleders:
- mkdir data
- mkdir sessions
- mkdir photos
- python3 -m pip3 install -r requirements.txt
- python3 database.py
- create necessary foleders:
- mkdir data
- mkdir sessions
- mkdir photos
- For adding new accounts:
- python3 add_account.py
- Run main program:
- python3 main.py
- Be sure, docker and selenoid must be installed on our device. Example of installation
- you can see here (russian): https://www.youtube.com/watch?v=ig3JxDsvYGw
- Use settings to customize your options
|