• Visit Rebornbuddy
  • PoE.trade Indexer - LEAK

    Discussion in 'Archives' started by lyolyo, Sep 6, 2015.

    1. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Uploading this to hopefully bring balance to some of the currency trade.

      This is a bot that searches through poe.trade and looks for items that are being sold extremely low,

      it them messages you in this format:

      So you will be notified immediately when people are selling things for under the meta price. You buy

      it and flip it for the normal price.

      This is an image of some of the logs kept by the creators of this bot:
      it shows the profits made and some other info

      [​IMG]

      This image shows the bot in action in IRC:

      [​IMG]


      The source of this project is found @ https://github.com/hbm50006/tradewatch-master


      The guild that created this bot is @ https://www.pathofexile.com/guild/profile/269068

      ***Updated with a 'HOW TO' guide on page 2
       
      Last edited: Sep 8, 2015
    2. OneStopMMO

      OneStopMMO New Member

      Joined:
      Jul 29, 2013
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
      in the 27 mins this was on reddit i wonder who else grabbed this besides u and me
       
    3. fabcard

      fabcard Member

      Joined:
      Nov 7, 2013
      Messages:
      131
      Likes Received:
      1
      Trophy Points:
      18
      The idea is great. Just downloaded it from the link given. The problem is that I have no idea how to make it work, what programs are required, etc.
      Would be nice if someone gives a small explanation on how to use it.
      Thanks in advance.
       
    4. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      This was my reddit post - its still up - going to edit it now to link to this forum also.
       
    5. OneStopMMO

      OneStopMMO New Member

      Joined:
      Jul 29, 2013
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
      Anyone scanning it?
       
    6. Nyynuh

      Nyynuh New Member

      Joined:
      Aug 19, 2015
      Messages:
      82
      Likes Received:
      1
      Trophy Points:
      0
      It's good. You're free to proceed.
       
    7. Hatefull

      Hatefull Member

      Joined:
      Jun 16, 2012
      Messages:
      74
      Likes Received:
      1
      Trophy Points:
      8
      Never worked with Scala, i have no clue how to compile and run that^^
       
    8. Sebozz

      Sebozz Banned

      Joined:
      Aug 19, 2015
      Messages:
      398
      Likes Received:
      0
      Trophy Points:
      0
      how to start this?:p
       
    9. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
    10. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Thanks for this.
       
    11. Pandaaaa

      Pandaaaa New Member

      Joined:
      Sep 7, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Tryed to run this but basic understanding of whatever this is. Is needet. Downloadet scala but when i could figure out how to run stuff with it i gave up. Mayby someone that understands coding and how to run these kind of things could do "how to" guide?
       
    12. Sebozz

      Sebozz Banned

      Joined:
      Aug 19, 2015
      Messages:
      398
      Likes Received:
      0
      Trophy Points:
      0
      Can you write a "HOW TO" for us?
       
    13. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      I will try to give a better tutorial or 'HOW TO' guide here.

      So you're goal here is to take the tradewatch-master Github and clone it to your PC. Then compile it into a .JAR file and run it.

      You can use ScalaIDE to make sure your project is built how you want it - ScalaIDE from Eclipse is mostly used to manage the build files.

      ~~~~~~~GUIDE~~~~~~~ (for windows users)

      You will need to download the 'Simple Build Tool' http://www.scala-sbt.org/download.html

      On windows its an msi file and you will open sbt.bat which opens sbt in a command prompt window.
      From here you can run sbt commands like 'sbt compile'

      You should read over these pages in order to understand sbt compiling as it might be different for each person depending on where you installed sbt and where you saved tradewatch.

      Page 1:
      https://www.safaribooksonline.com/library/view/scala-cookbook/9781449340292/ch18s01.html

      Page 2:
      https://www.safaribooksonline.com/library/view/scala-cookbook/9781449340292/ch18s02.html

      Page 3: (most important)
      https://www.safaribooksonline.com/library/view/scala-cookbook/9781449340292/ch18s03.html


      When you open sbt.bat and you see that its pointing to the correct directory /tradewatch-master/
      Next:
      You can type 'sbt compile' which compiles the main sources (in src/main/scala and src/main/java directories).
      Next:
      You can type 'sbt package' which creates a jar file containing the files in src/main/resources and the classes compiled from src/main/scala and src/main/java.
      Next:
      You can type 'sbt run packagename.jar'

      If all the dependencies have been downloaded by sbt correctly, then your project will run through the .JAR specified from the sbt run command.


      If you're having errors or missing dependencies, let me know and ill see what I can do to help.
       
    14. Sibebs

      Sibebs New Member

      Joined:
      Aug 29, 2015
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      How do i target SBT to Tradewatchmaster?
      I can type all the commands, but i can't seem to figure out how to target the directory i want to target :(

      EDIT: i tried a couple of things, and what i did wrong is i forgot to move sbt to the target folder :rolleyes:
       
      Last edited: Sep 9, 2015
    15. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
    16. Threads

      Threads New Member

      Joined:
      Oct 15, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      I get this far...


      [info] Running org.trade.TraderMain poetrader_2.11-1.0.jar
      Configuring ProxyFinder with min: 17 max: 47
      Finding more proxies...
      Still waiting for more proxies... Current amount: 0 Required: 17
      Testing new proxies.
      Done adding new proxies.
      Finding more proxies...
      Still waiting for more proxies... Current amount: 0 Required: 17

      Done adding new proxies.

      then it just loops forever trying to find proxies... [FIX] Increase Timeout.


      now how do I get it to join an IRC channel?
       
      Last edited: Sep 15, 2015
    17. lyolyo

      lyolyo New Member

      Joined:
      Sep 6, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Change the /src/main/scala/org/trade/TraderMain.scala
      var ircChannel = "#tradewatch"

      Change #tradewatch to a channel of your choice and it should work - Maybe make sure the channel is empty first.
       
    18. Threads

      Threads New Member

      Joined:
      Oct 15, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      yeah i already did that. I'm getting a warning (that refuses to elaborate) on compile.
      I'll try again when i get back from work with new and exciting settings


      [edit] yup not working
      bot doesn't jump into irc
       
      Last edited: Sep 17, 2015
    19. Scappix

      Scappix New Member

      Joined:
      Jan 30, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hi i'm having the same problem with the proxy finding, in proxyfinder i've increased the request and connect timeout but it continues to llop anyway, some idea?
      Bye
       
    20. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38

    Share This Page