Jump to content
UBot Underground

ssqmm

Fellow UBotter
  • Content Count

    12
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ssqmm

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

1877 profile views
  1. Looking for someone to be able to create a bot that will visit the following websites: manta.com, odesk.com, guru.com, freelance.com, elance.com and do the following: 1) Bot will visit a website (i.e: odesk) 2) Type in a keyword that I specify 4) Hits search button afterwards 5) Visits each business/individual page 6) Scrape company/individual name, email address (if exists) - otherwise scrape Company website 7) Go back to the search results and keep visiting each business/individual profile until the last page is done 8) Log it into an excel/csv file with the following categories: Company/I
  2. I am somewhat successful in figuring it out now. I just had one question... in regards to having multiple search queries, is there a breaker or separator I could use? I don't want to have to create hundreds of if/else statements. I'm looking for the "boss" keyword within the search page. I would also like the bot to search for boss OR thank you OR submit. Is that possible? Thanks for your help
  3. hmm good point. Strange thing is I don't see a submitted page load (even though i know it is working), as it moves onto the next URL as it finishes submitting...even though I put in a "wait" delay.
  4. I am finishing up my bot that submits forms on websites. I feed the bot a text file of the various URLs to visit and submit the form. My question is, if anyone can give me advice on how to put in rules--- to know for certain if a submission was successfully made or not made... and then log it in a separate file? I tried to look at some tutorials for "save to file", but I think that is just one part of what I have to do. If anyone has any tutorials on this, that would be great. Thanks
  5. Thanks guys.. works perfectly!
  6. Hi All, Back again.. :-) Trying now to add a list to my bot (which I was able to do). In the text file, I added two lines (each has a URL in it. I am getting my bot to pull the URLs, one by one, and navigate to the page within a loop. Problem is, the first URL gets visited twice before it moves onto the next URL. Not sure why that is happening? Within my loop at the bottom, I have put navigate >> URL>> next list item. Shouldn't that have solved the problem?? Any help would be appreciated. Thank you
  7. Perfect! Thank you so much.. was getting frustrating.
  8. Hi, I have been playing around with Captcha, and I have seemed to get the hang of it, when I want it to auto-fill one particular site, over and over again. However, what if I want my script to fill captchas of any website (without having to change the code).. is there a generic path I could use with the wildcard? i.e: INSTEAD OF USING.... (for one site) <src=w"http://yourwebiste.com/captcha.php?*"> IS THERE A CODE THAT CAN BE GENERIC (for multiple sites) <src=w"anyurl?*"> Any help would be appreciated. Thank you
  9. Looking for a web-task-automation, scraping, parsing expert who has experience with writing automation scripts. Ubot and other automation software usages are welcome. Task: Write an automation program/script that will fill contact forms with specific data. Here is what the program should do: 1) Import a file of website with URL (we have this file) 2) Go to the URL and locate contact forms 3) Fill out contact forms on the URLs with specific content that we will provide. Ex. we will tell you what to type in the message field, name field etc. 4) Integrate with one of the captcha-byp
  10. Thanks.. appreciate the quick help! I tried the code.. but for some reason when I run the script it doesn't do anything. Any idea what may be the problem?
  11. Hi All, I'm a newbie to Ubot, and I'm trying to figure out where I can find tutorials to do the following: - Make the bot search for "key phrases" in the web page and click on it, if it is a link (i.e: search for "about us" on a web page.. and then make the bot click it if it is a link). - Make a bot to search for email addresses in an entire website and scrape it into a list If any one can direct me to any tutorials that would be greatly appreciated! Thank you
×
×
  • Create New...