Disable images on chrome - Fix JS and write selector with string formatter. Encode utf-8. Attempt to fix #3 issue

This commit is contained in:
Alessandro Maggio
2021-01-19 17:56:56 +01:00
parent df5ba6280d
commit 8cb465c19b
4 changed files with 14 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ For the bet system the script use Selenium (Chrome implemented but not tested as
2. Install all the requirements `pip install -r requirements.txt`
3. Create your `run.py` file start from [example.py](/example.py)
```python
# -*- coding: utf-8 -*-
from TwitchChannelPointsMiner import TwitchChannelPointsMiner
from TwitchChannelPointsMiner.classes.Bet import Strategy, BetSettings
from TwitchChannelPointsMiner.classes.TwitchBrowser import Browser, BrowserSettings