se7enGBSk Posted June 13, 2010 Posted June 13, 2010 hey.. im pretty new here ! just stared a few days ago with autoit my question is , does someone know a way 2 make a bot who takes a look on a other tracker if thers a new release, (if yes) download it, makes a new .torrent and uploads it to my tracker my current way to download is : Run("C:\Program Files\Opera\opera.exe") sleep(2000) Send("http://www.OTHERTRACKER.com/details.php?id=28369") Send("{ENTER}") sleep(2500) MouseClick ( "left", 650, 360, 1 ) sleep(1000) send("{Enter}") so i need 2 edit the ID all the time i also have a script for the upload but not for the create .torrent file tnks for any ideas
Igzter Posted June 13, 2010 Posted June 13, 2010 hey.. im pretty new here ! just stared a few days ago with autoitmy question is , does someone know a way 2 make a bot who takes a look on a other tracker if thers a new release, (if yes) download it, makes a new .torrent and uploads it to my trackermy current way to download is : Run("C:\Program Files\Opera\opera.exe")sleep(2000)Send("http://www.OTHERTRACKER.com/details.php?id=28369")Send("{ENTER}")sleep(2500)MouseClick ( "left", 650, 360, 1 )sleep(1000)send("{Enter}")so i need 2 edit the ID all the timei also have a script for the upload but not for the create .torrent filetnks for any ideas If you want a bit more control over it use IE and the IE functions in AutoIT to parse the page. What you are doing now is simple macro recording basically.
se7enGBSk Posted June 13, 2010 Author Posted June 13, 2010 If you want a bit more control over it use IE and the IE functions in AutoIT to parse the page. What you are doing now is simple macro recording basically.uuuh there are IE functions ? hehe tnks did not knew this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now