Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.28 KB

Containerized docker-esniper for sniping eBay auctions.

  • based on the latest (June-2018) esniper version 2.35.0

Quick Start

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

By executing this command, you have to supply the following info:

  • EUSER=<your eBay user name>
  • EPASS=<your eBay password>
  • EITEM=<eBay item number>
  • EPRICE=<Maximal Bid>

eBay item number:

N|Solid

Screenshot with Example:

N|Solid

Want to know how to install docker on Windows, MacOS or Linux?

More details about auction sniping practice:

  • Auction sniping practice wiki

For FAQs and more info about esniper visit home page: