What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

lyolyo

New Member
Joined
Sep 6, 2015
Messages
6
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:

<tradehunter> Foul Staff | blubaer | 1 alchemy | 6 sockets | http://poe.trade/search/abaunikutawihu | @RongerDonger Hey, I'll buy your Foul Staff for your buyout of 1 alchemy on Warbands

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

tC41yCy.png


This image shows the bot in action in IRC:

RyBZBsV.png



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:
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.
 
This was my reddit post - its still up - going to edit it now to link to this forum also.
 
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?
 
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.
 
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:
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:
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.
 
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:
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?

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
 
Back
Top