https://github.com/cohoe/bidbot
https://github.com/cohoe/bidbot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cohoe/bidbot
- Owner: cohoe
- License: mit
- Created: 2014-02-12T21:27:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T21:31:52.000Z (over 11 years ago)
- Last Synced: 2025-02-12T15:00:07.860Z (over 1 year ago)
- Language: Python
- Size: 602 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BidBot
Automatically bid on jerseys auctioned off through the RIT bidding system
# Features
1. Multiple campaigns at once
1. Configurable check-in and bid amount intervals
1. Auction status report
1. Bid on a pool of jerseys
1. Bid to the max on a series of favorite jersey
# Screenshot

# Installation
## Dependencies
* python-requests
* python-beautifulsoup4
Just ```git clone``` and make sure you have all the dependencies.
# Configuration
Move the ```config.cfg.example``` to be not an example. Edit the campaign URL if needed and update your information. ```max``` is your maximum bid amount. The ```jerseys``` line indicates which jerseys you want and what bid you currently have on them. ```favorites``` are an optional list that can specify your favorite jerseys that you'll go to the max bid for (in order).
Examples:
```
jerseys = 27:150, 28:160
favorite = 28, 27
```
This means that you want jerseys 27 and 28. You have bids of 150 and 160 respectively already on them. If you do not, set this value to 0. You will bid to your maximum amount for jersey 28 before bidding on 27.
# Usage
```python run.py -h``` will get you help on the available options.
# Future Plans
1. ncurses-like screen printing for more sane viewing
1. Live status view highlighting recent increases
1. Historical graphs