https://github.com/meridiangh/tradebot
A Steam trading bot that I've programmed with Python.
https://github.com/meridiangh/tradebot
Last synced: about 1 year ago
JSON representation
A Steam trading bot that I've programmed with Python.
- Host: GitHub
- URL: https://github.com/meridiangh/tradebot
- Owner: MeridianGH
- Created: 2019-05-25T13:18:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T12:37:23.000Z (almost 7 years ago)
- Last Synced: 2025-03-02T08:23:43.151Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TradeBot






This is a Steam trading bot that operates with TF2 items.
Currently it only trades with keys.
There are more items to come in the future.
Maybe also a system to trade every item if the price is in the bots favor.
Help
===
Since I just started learning Python this is my very first rather big project.
Therefore, there are many bad habits or bad code to find that could be improved.
[Contact me](mailto:meridianpy@gmail.com) if you find anything that I should know.
I greatly appreciate any feedback! :D
Functionality
===
* Logging in to Steam API
* Fetching trade offers
* Calculating CSP and CBP of TF2 items
* Accepting / declining trade offers depending on offered / demanded currency
* more to come...
Disclaimers
===
* This project heavily relies on the Python library [steampy](https://github.com/bukson/steampy) by [bukson](https://github.com/bukson).
I want to thank [bukson](https://github.com/bukson) for providing this library, which without it this project would be completely impossible!
* I am also using the [steam](https://github.com/ValvePython/steam) library by [Rossen Georgiev](https://github.com/rossengeorgiev)
to access the chat in Steam. Thanks for providing this library!
* Also, the [backpack.tf](https://backpack.tf) website which provides the prices for items (currently only keys)
but without it I couldn't expand the bot's functionality.
* The [Steam Web API](https://developer.valvesoftware.com/wiki/Steam_Web_API) helps at dealing with trade offers and
using the Steam trading network