-
Content Count
415 -
Joined
-
Last visited
-
Days Won
13
bestmacros last won the day on January 21 2021
bestmacros had the most liked content!
Community Reputation
60 ExcellentAbout bestmacros
-
Rank
Advanced Member
Contact Methods
-
Website URL
https://bestmacros.com
Profile Information
-
Gender
Male
-
Location
Israel
-
Interests
I like web automation
System Specs
-
OS
Windows 10
-
Total Memory
More Than 9Gb
-
Framework
v4.5+
-
License
Developer Edition
Recent Profile Visitors
8069 profile views
-
yes, just scrape the objects which appear when you scroll and compare list size before scroll and after scroll - if after the scroll and scrape you have same list, then no new items appear after the scroll so no point to scroll again.
- 1 reply
-
- 1
-
bestmacros changed their profile photo
-
general tips: 1. change useragent to real browsers useragent 2. use proxies 3. use real browser (Exbrowser or similar) 4. try to scrape without browser using http requests or sockets 5. save cookies and use them in your sessions. Re-captcha can be solved by ubot automatically with services like 2captcha.com - search forum there are many solutions and plugins for that
-
Finally Switched To Python + Selenium
bestmacros replied to ATuringtest's topic in General Discussion
yes, that is what I think to do also. the only issue is coding ui, which is very easy with ubot and little bit tricky in python even with PAGE. the other issue is exe compilation (can be done with pyinstaller) and basic protection to prevent pirating your software. I'm using ubot 5 and most of the new websites don't even work in internal browser and upgrading to ubot 6 is not an option - too much bugs. note that your exe compiled with pyinstaller will still trigger false positive alerts in windows defender and such -
Google Search Captcha - Anybody Can Solve In 2020?
bestmacros replied to surya1687's topic in General Discussion
yes I've developed one, but I cannot share - there is exact tutorial on 2captcha.com what needs to be done to solve it. https://2captcha.com/2captcha-api#solving_recaptchav2_new -
https://wiki.ubotstudio.com/wiki/Set_Referrer
-
Run Python + Selenium With Ubot Studio?
bestmacros replied to ponda199's topic in General Discussion
https://wiki.ubotstudio.com/wiki/Run_Python -
Problem Solving Recaptcha When I Scrape Google Result
bestmacros replied to taufiqkyu's topic in Scripting
yes. I've used the method described on 2captcha api page (with scraping data-s parameter) and it works fine (more than 80% success). https://2captcha.com/blog/update-google-recaptcha https://2captcha.com/2captcha-api#solving_recaptchav2_new https://captchaforum.com/threads/google-search-18th-of-may-2020.684/ -
try to change localhost to 127.0.0.1
-
Problem Solving Recaptcha When I Scrape Google Result
bestmacros replied to taufiqkyu's topic in Scripting
read this: https://2captcha.com/blog/update-google-recaptcha -
check windows defender and unlock the app if it was blocked by it
-
this is what get request is sent when you search keywords there - you need to do the same: https://www.spyfu.com/keyword/overview?query=contractors%20Brown%20Island%20JAXyou need to url encode it
- 1 reply
-
- 1
-
Connect To Mail Server Causing Error
bestmacros replied to ShorePatrol's topic in General Discussion
post your code - you probably have error in it -
here is code example set(#email and password,"dadaffsggd@gmail.com: 415423","Global") clear list(%temp) add list to list(%temp,$list from text(#email and password,": "),"Delete","Global") set(#email,$list item(%temp,0),"Global") set(#password,$list item(%temp,1),"Global")
-
Hi - Can Anybody Help Me How To Solve This Kind Of Captcha
bestmacros replied to urdes50's topic in General Discussion
https://2captcha.com/2captcha-api#solving_keycaptcha