-
Content Count
80 -
Joined
-
Last visited
Community Reputation
5 NeutralAbout botmaker7
-
Rank
Advanced Member
Profile Information
-
Gender
Male
-
Location
Canada
System Specs
-
OS
Windows 8
-
Total Memory
More Than 9Gb
-
Framework
v4.0
-
License
Developer Edition
Recent Profile Visitors
3968 profile views
-
What Did I Do Wrong? Multi-Threaded Bot Issue
botmaker7 replied to botmaker7's topic in General Discussion
Hey, thanks man I appreciate the help! That got it running and it somewhat works. It skips the first 5 list items for some reason (looking into it). My main concern now is that I'm getting browser crashing / errors: Problem signature: Problem Event Name: BEX Application Name: Browser.exe Application Version: 0.0.0.0 Application Timestamp: 510c4659 Fault Module Name: StackHash_5861 Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Offset: PCH_AA_FROM_ntdll+0x0003C8AC Exception Code: c0000005 Exception Data: 00000008 OS Version: 6.3.9600.2.0.0.768.101 Lo -
The bot loops through a list of URLs and searches each site for a keyword. Then it saves the results in the CSV. Any idea what I'm doing incorrectly? The bot skips some of the first list items, and each thread loads the same URL.. I tried fixing it for hours, but no luck. TAB 1 CODE: on load("Bot Loaded") { navigate("about:blank", "Wait") alert("Please Choose a CSV File to Process") } initialSetup() ui open file("CSV List To Process:", #list) ui button("Click to Save Updated CSV File") { save to file(#list, &url_table) } ui stat monitor("Total Pages to Scan:", #ListMax)
-
Thanks guys!!!! Much appreciated.
-
List1: google.com newsweek.com caller.com washingtonpost.com yahoo.com facebook.com cleveland.com foxsports.com List2: sportsnet.com google.com yahoo.com thegaurdian.com cleveland mugshot Entries removed: google.com yahoo.com cleveland.com - What's the most efficient way to do this? Increment through list2 and loop some kind of if / regex statement on list one?
-
As the title suggests I'm running ubot 4 dev edition.. I'd possibly like to upgrade.. How much will it cost me? Thanks
-
I tried the basics like referrer, user agent, setting browser properties like screen size etc. I'm getting blocked from logging in to a site I want to automate (just freezes on white screen on login).. can't share the URL in public. If I login from a regular browser it works fine. What are the best methods to get around anti-bot detection? I think it's detecting selenium itself?
-
I have a list of thousands of urls I'm looping through and doing checks.. How do I skip a URL if it doesn't load? The loop is getting stuck on this one: http://uk.businessinsider.com/sam-clovis-withdraws-agriculture-papadopoulos-russia-mueller-trump-2017-11 I want to do something like if url doesn't load navigate to next list item Ubot v4.2.12
-
Need Help With Regex
botmaker7 replied to botmaker7's topic in Regex (Regular Exp<b></b>ressions) 101
Thanks! Works like a charm If I were to write that regex myself it would have taken me 3 days to figure out lol. Really appreciate it! -
Hey guys, I'm not able to figure out how to solve this problem I'm having.. I have a list of hundreds of URLs Example: http://dailycaller.com/2017/11/02/trump-pick-for-top-agriculture-post-withdraws-name-following-russia-probe-revelations/ https://www.newsmax.com/politics/jeff-sessions-vladimir-putin-court-filings-donald-trump/2017/11/02/id/823762 https://www.wthr.com/article/ship-to-attempt-raising-russian-chopper-wreckage-in-arctic http://www.motherjones.com/kevin-drum/2017/11/a-little-bit-of-pushback-on-the-jeff-sessions-story/ https://pjmedia.com/trending/nunes-dems-suddenly-intere
-
How Can I Import Script From Other Tab?
botmaker7 replied to botmaker7's topic in General Discussion
Thanks Pash! Got it working. -
I tried searching but couldn't find an answer to this basic question.. How can I import the code from "1" to run in "Main"?
-
To clarify I DO NOT want to search what displays on the webpage. I want to search within the source code and make actions based on the results.
-
Would be amazing if ubot could also be able to change system fonts and plugins too, those are the other identifiers. Maybe just have 5-10 of the most common setups we could randomly cycle through. https://panopticlick.eff.org/ Check this link out for how you're identified through your browser.