Пікірлер
@afsanehkazemi7055
@afsanehkazemi7055 10 ай бұрын
میشه آنلاین بد من بازی کنید
@afsanehkazemi7055
@afsanehkazemi7055 10 ай бұрын
رکورد آنلاین این بازی متعلق به afsanehkazemi هستش
@abridgetool
@abridgetool 4 жыл бұрын
There is very easy way and you can make your score whatever you want.
@crybabyhmm4320
@crybabyhmm4320 3 жыл бұрын
How
@dilnozasultonova501
@dilnozasultonova501 4 жыл бұрын
Каааак скажите
@nosok5978
@nosok5978 6 жыл бұрын
Как???
@arunjoseph662
@arunjoseph662 6 жыл бұрын
Which is the patch fixing this issue?
@chaoransong8784
@chaoransong8784 7 жыл бұрын
Yeah I was experiencing this also when I was using my Lollipop phone.
@romanrogozin3168
@romanrogozin3168 7 жыл бұрын
script often fails to parse page: X:178 OP:тАУ Y:90 RES: 88 -1 X:2 OP:+ Y:52 RES: 53 54 X:2 OP:+ Y:52 RES: 53 54 X:2 OP:+ Y:52 RES: 53 54 Traceback (most recent call last): File "mathbattlesolver.py", line 20, in <module> task_x = int(browser.find_element_by_id("task_x").text.encode('utf8', 'ignore').strip()) ValueError: invalid literal for int() with base 10: ''
@rawirthual8004
@rawirthual8004 7 жыл бұрын
Mhhm do you know what was the real value of task_x? So basically the first number of the equation? Seems an encoding issue or sth :(
@viorentsylcia7225
@viorentsylcia7225 7 жыл бұрын
anyone know? if i dont use telegram, can i play this game? is it possible if i just dwnload it from appstore or playstore? if can, what's the name? thnks
@ildarmingazov7579
@ildarmingazov7579 8 жыл бұрын
github.com/IldarMin/Telegram-Math-Battle-Solver-Script Solved by script only
@rawirthual8004
@rawirthual8004 8 жыл бұрын
Nice Work!
@JuanManuelSoriano
@JuanManuelSoriano 8 жыл бұрын
could you please make a youtube tutorial how to do it for windows10? there is no way to do it !!
@abridgetool
@abridgetool 4 жыл бұрын
Ofcourse there is a way, you can make your score 5000 or whatever
@matthardy3024
@matthardy3024 8 жыл бұрын
haii. can u make a full tutorial.. i also dont understand the instructions that u give... im using linux
@rawirthual8004
@rawirthual8004 8 жыл бұрын
At what point do you get stuck? You have any error output?
@wilywolves161
@wilywolves161 8 жыл бұрын
I cant install Python 2.7. because of an error, which called a part of the setup don't finished how expected :-/
@tomcatoda2652
@tomcatoda2652 8 жыл бұрын
could you record all process and share it?
@rawirthual8004
@rawirthual8004 8 жыл бұрын
What operating system you are using?
@tomcatoda2652
@tomcatoda2652 8 жыл бұрын
win 10
@rawirthual8004
@rawirthual8004 8 жыл бұрын
Sorry i just have ubuntu on my pc. But you search for sth like "using selenium on widows 10", maybe you find some tutuorials this way.
@leano099
@leano099 8 жыл бұрын
can you make a step by step tutorial. i dont understand how to do this. xD
@rawirthual8004
@rawirthual8004 8 жыл бұрын
If you are using linux, you can find instructions here: github.com/wirthual/TelegramMathBattleSolver
@sachinmajotra9665
@sachinmajotra9665 8 жыл бұрын
what about windows
@light9117
@light9117 8 жыл бұрын
hello mate could you help with getting the script to work? I got python selenium and chromedriver but i can't seem to run it.
@rawirthual8004
@rawirthual8004 8 жыл бұрын
Hello, have a look at the github page. I updated the instructions. What's your exact problem? Post the output of the script.
@light9117
@light9117 8 жыл бұрын
C:\Python35-32>python MathBattleSolver.py Traceback (most recent call last): File "C:\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 64, in start stdout=self.log_file, stderr=self.log_file) File "C:\Python35-32\lib\subprocess.py", line 947, in __init__ restore_signals, start_new_session) File "C:\Python35-32\lib\subprocess.py", line 1224, in _execute_child startupinfo) PermissionError: [WinError 5] Access is denied During handling of the above exception, another exception occurred: Traceback (most recent call last): File "MathBattleSolver.py", line 9, in <module> browser = Chrome(WEBDRIVER_PATH) File "C:\Python35-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in __init__ self.service.start() File "C:\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 76, in start os.path.basename(self.path), self.start_error_message) selenium.common.exceptions.WebDriverException: Message: 'Scripts' executable may have wrong permissions. Please see sites.google.com/a/chromium.org/chromedriver/home Exception ignored in: <bound method Service.__del__ of <selenium.webdriver.chrome.service.Service object at 0x007A5AD0>> Traceback (most recent call last): File "C:\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 163, in __del__ self.stop() File "C:\Python35-32\lib\site-packages\selenium\webdriver\common\service.py", line 135, in stop if self.process is None: AttributeError: 'Service' object has no attribute 'process'
@light9117
@light9117 8 жыл бұрын
What should I do with the chromedriver file? Or is the problem with environment variables on Windows?
@rawirthual8004
@rawirthual8004 8 жыл бұрын
I made a file for python3: github.com/wirthual/TelegramMathBattleSolver/blob/master/MathBattleSolverPython3.py Try this. If it is still not working try to run it in priveledged mode. If it is still not working install python 2.7 and try the regular version of the file. Maybe also in priveledged mode.
@rawirthual8004
@rawirthual8004 8 жыл бұрын
Another try: Paste the chromedriver.exe file in "C:\Python35-32\Scripts" Folder.
@cormac855
@cormac855 8 жыл бұрын
nice
@cormac855
@cormac855 8 жыл бұрын
nice
@JugoslavStojanov
@JugoslavStojanov 9 жыл бұрын
You have to scroll up really fast. Try to flick 2-3 times and watch. List view will scroll to top then bounce back and start scrolling in opposite direction.
@sangkwonk
@sangkwonk 9 жыл бұрын
I am experiencing this also.