Skip to content

fgorbat/docker-esniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Containerized lightweight eBay sniping tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published