Giter Club home page Giter Club logo

penny-bot's Introduction

Penny auction bot

Prelude

This is a rather unorganised dump of the scripts I gathered together while writing a bot for a local penny auction site (www.smokoo.co.za). I honestly hate the idea of penny auctions but since I figured I could beat them decided to give it a shot. At the time there was nothing against any kind of bot in their T&C, so got to writing one.

After a fair amount of practice (and money) I started to win items using the bot. I ran the bot on a server for a while (much reduced ping time) which must have set off a whole bunch of alarms at their place - which then challenged me legally. Their claims and attitude towards the whole thing was shit, but as I was too busy to fight it legally and with the advice of a lawyer accepted a 90% discount (10% handling fee - eh?)

The most upsetting bit about the whole deal is I can calculate just how much money I earned them personally (well over $10k), as well as the fact that they didn't refund the other bidders in the auctions that suddenly became 'void'.

Strategy

The strategy that finally worked well is quite simple. The advantage of a bot is in bidding at the last second or sniping. You can quite easily determine the auction would have ended if you had not bid. After a couple of snipes in quick succession you are quite likely one of the last two.

At this stage it is important to bid earlier. There are quite often a number of people waiting to snipe that bid after the time limit has exceeded. When this happens, even though my bot prevented the auction from ending, they land up with the timer counting down (and then I need to bid to prevent them from winning.) For this reason the bot has a percentage chance it will try 'kill', by bidding with 4-5s remaining, and hoping all the snipers miss.

Usage

This isn't designed for script-kiddies or anything of the like. The source code is presented, you'll need to figure out the main parts as well as code a custom module for the auction site you use it on.

That said:

  • 'ngrep' is used for tracking bids and current price
  • The current runner uses moz-repl (firefox plugin) running on port 4242. A runner for chrome using 'chrome remote shell' is also included.

The actual bot has a shorthand syntax for bidding on auctions python bot.py auction-id [,auction-id ...] [mmode] [finitial-bid] [-friendly-username] [=max-bids]

penny-bot's People

Contributors

qix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.