tezza3211 Posted September 13, 2014 Posted September 13, 2014 what im needing to do is scrape a website jotting down 9 digit numbers for example 123456789, each time this number is random the numbers are like so: 858218236 594397106 500417189 134930472 611282928 now what i need to do is get these numbers from a website and save them to a txt file one 9 digit number per line so is this possible with autoit?
Moderators JLogan3o13 Posted September 13, 2014 Moderators Posted September 13, 2014 Yes, it is. What makes the numbers random, or what does the website look like? (A link would be nice). There are several ways to go about it, if you can describe more about what you're trying to do. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Danp2 Posted September 13, 2014 Posted September 13, 2014 Yes, it is definitely possible. You will need to provide more details before we can offer you any assistance. Latest Webdriver UDF Release Webdriver Wiki FAQs
t1ck3ts Posted September 13, 2014 Posted September 13, 2014 (edited) Yeah, it can. Take a look at _IEAttach (Or other _IE functions) and FileWrite / FileWriteLine Edited September 13, 2014 by t1ck3ts
tezza3211 Posted September 13, 2014 Author Posted September 13, 2014 this is the website HERE basically i want to get the mob codes from the site and save to a text document for ease when pasting to add mobs, i dont believe this is against the rules of games automation as its only grabbing the codes and doesnt interact with the game in anyway.
Moderators JLogan3o13 Posted September 13, 2014 Moderators Posted September 13, 2014 (edited) We'll let a Mod decide on whether it breaks the rules or not. Edited September 13, 2014 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
tezza3211 Posted September 13, 2014 Author Posted September 13, 2014 like i stated this does not automate the game in any way shape or form this just grabs codes from a codes website and then saves them to a text document to use at a later date.. game automation in my reckoning is automating the game without doing so myself and thats not what im trying to do.
Moderators JLogan3o13 Posted September 13, 2014 Moderators Posted September 13, 2014 I amended the post, as I missed your comment. I will tell you that everyone feels they're a special case and the rules don't apply We'll let a Mod weigh in. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
tezza3211 Posted September 13, 2014 Author Posted September 13, 2014 ok no problem, and i understand what you mean, so no worries ill wait.
Recommended Posts