Jump to content

automatic down / upload bot


Recommended Posts

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 :mellow:

Link to comment
Share on other sites

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 :mellow:

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...