diff --git a/README.EN.md b/README.EN.md index bf36197..e49e0a0 100644 --- a/README.EN.md +++ b/README.EN.md @@ -29,7 +29,7 @@ Telegram: https://t.me/Yudaotor, Discord username: Khalil#7843 Can you please give me a little star?(*^_^*)⭐ ## GUI -![image](https://user-images.githubusercontent.com/87225219/228434642-6b7317e5-1c0a-4931-b358-f6e2b304429b.png) +![image](https://user-images.githubusercontent.com/87225219/232998520-a71680e5-1124-4bb2-acc8-582c5feb8382.png) ## OS Windows, Linux @@ -49,14 +49,15 @@ python -m pip install -r requirements.txt 4. Option to set how often the latest information about the broadcast will be checked. (600 seconds by default). Upon checking, it will close ended broadcasts and open new ones. 5. Drop alerts using Discord webhook. (Not all drops alerts will be shown as LolEsports site can miss notification). 6. Error alerts when an error occurs in the software. -7. Option to set the maximum run time of program. It will force the instance to automatically close when the time limit is reached. -8. Option to set a hibernation period in which the software will be put in sleep mode for set time. -9. Desktop notifications. (Not yet tested, not sure if it works). +7. Option to set the maximum run time of program. It will force PC shutdown when the time limit is reached.(only windows will do shutdown) +8. Option to set multiple hibernation period in which the software will close lolesports site,waiting until the end if period and reopen.(Recommend) +9. Desktop notifications. 10. Option to manually add a proxy. 11. Option of deleting video-player elements in order to save traffic. (Risk currently unknown). 12. You can view the number of drops and the drop information of current session. 13. Password-free login using local browser cookies. 14. You can customize the path of Google Chrome installation (Portable version). +15. Both Simplified Chinese and English are supported ## Configuation Using config.yaml file. ```yaml @@ -70,17 +71,19 @@ Password: "password" # Riot account password delay: 600 # Time interval for each check in seconds (600 seconds by default). Each check time will fluctuate randomly between 0.8 and 1.5 times the time delay you set. headless: False # When set to True, the program will run in the background; otherwise it will open a browser window (False by default). disWatchMatches: ["lck", "lpl", "lcs"] # Optional, here you can add Leagues you wish to ignore. Please note, names should be in lowercase. +language: "en_US" # en_US for English.zh_CN for Simplified Chinese. runHours: -1 # Negative value is always running, positive value is running by hours, default -1. proxy: "" # Proxy address, not required for general users, e.g., "127.0.0.1:7890". connectorDropsUrl: "" # Discord webhook link. platForm: "windows" # OS, Windows is set by default. If you want to use the program on Linux, please change the value here. closeStream: "False" # Option of deleting video-player elements to save traffic. (Risk currently unknown). desktopNotify: "False" # Experimental feature to enable Desktop notifications. -sleepPeriod: "8-13" # Hibernation period, empty by default. The format is "Start hour – End hour". Time will be checked at 1 hour intervals during the hibernation period. The first number is the start of the hibernation, the second number is its end. +sleepPeriod: ["8-13", ["20-23"]] # Hibernation period, empty by default, allowed multiple period. The format is "Start hour – End hour". Tabs will be closed and reopened at the end of sleep. ignoreBroadCast: True # Option to ignore broadcasts. userDataDir: "C:\\Users\\xxxxx\\AppData\\Local\\Google\\Chrome\\User Data" # Path to Chrome cookie files. chromePath: "X:\\xxxxx\\xx\\Chrome.exe" # Chrome.exe location. countDrops: True # Option to monitor Drops number. + ``` ## Honorable mention