[S] Market Bot
Fran's Market Bot
Features- Autobuy items if they're profitable
- Autosell them for 1tc less than the cheapest item
- Multithreaded, that means bumping, buying, etc won't slow down the bot
- Bumps items
- Autolowers item prices if a another item of its kind appears
Requirements
- Python 2.7
- Requests
Price
200k + 50k for my price list (tc only)
No refunds at all unless it's not your fault the bot doesn't works, and you can prove it
Instructions
Once I receive the tc, I'll send you a PM with step by step instructions on how to run the bot and a link to it.
python code:
session.post(BASE_URL + 'login.php?do=login', {
'vb_login_username': config.username,
'vb_login_password': '',
'vb_login_md5password': hashlib.md5(config.password.encode()).hexdigest(),
'vb_login_md5password_utf': hashlib.md5(config.password.encode()).hexdigest(),
'cookieuser': 1, #stay logged in
'do': 'login',
's': '',
'securitytoken': 'guest'
})
No data is sent to me or anyone else besides toribash's servers
Last edited by Fran; Mar 1, 2015 at 04:59 PM.