- based on the latest (June-2018) esniper version 2.35.0
The quickest way to get the service up is to use Docker.
To run it, just type the following command with eBay credentials, item number and max bid.
sudo docker run --rm \
-e EUSER='ebay_user' \
-e EPASS='ebay_password' \
-e EITEM=123456789000 \
-e EPRICE=33.5 \
fgorbat/docker-esniper
- EUSER=
<your eBay user name>
- EPASS=
<your eBay password>
- EITEM=
<eBay item number>
- EPRICE=
<Maximal Bid>
- Use Docker official installation instuctions
- Auction sniping practice wiki
- Home Page esniper