Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Split Off Trading Into a Library #20

Closed Philipp15b closed 11 years ago

Philipp15b commented 11 years ago

All the trading and SteamWeb stuff shouldn't be in the Bot repository. Trading should be a dedicated library (or maybe commit to SteamKit?).

teliosdev commented 11 years ago

Maybe we could make SteamBot a library, and move classes like SimpleUserHandler to be the bot itself; as in, an admin downloads the SteamBot, SteamKit2, and other libraries, and writes their own class, making an executable from that instead.

Philipp15b commented 11 years ago

While doing that, we could split all stuff regarding Steam Web (trading, auth, etc.) to another library, as said above.

cwhelchel commented 11 years ago

I've started doing something like this for my own pleasure and OCD. =}

teliosdev commented 11 years ago

Just as long as it works, it is still in development so backwards compatibility isn't an issue yet...