Git Product home page Git Product logo

kimsufi-crawler's Introduction

Kimsufi Avaliability Crawler

Crawler that will send you email notifications as soon as servers on Kimsufi/OVH become available for purchase.

TL;DR

git clone kimsufi-crawler
cd kimsufi-crawler
cp config.json.example config.json
vim config.json   # edit config.json file to set up your nofitication preferences
sudo pip install "tornado>=4.0.0"
python crawler.py

About

Dedicated servers on Kimsufi are currently offered with amazing prices, however they are always out of stock. There is pretty much zero chance to get one without using some sort of crawler that would notify you as aoon as servers are available for purchase. This is exactly what this software does. Clone the repo, set it up and run the crawler; you will receive an email notification when a server of your choice will be available. Then you have 5-10 minutes to order it.

Set it up

Following steps have been tested on Mac and Linux

  • Clone this repo (git clone kimsufi-crawler) or download and unpack archive

  • Taking config.json.example as a template, create a file config.json and correct configuration according to your preferences:

    • from_email, from_pwd, from_smtp_host, from_smtp_port: email account configuration that crawler should use for sending notifications
    • to_email: your email, will be used as a recipient of notifications
    • servers: list of servers that should be tracked (eg ["KS-1", "KS-2", "KS-3"])
    • zones: list of datacenter locations that interest you (eg ["rbx", "bhs"])
      • bhs is Beauharnois, Canada (best for Americas),
      • rbx is Roubaix, France (best for Western Europe),
      • sbg is Strasbourg, France (best for Central Europe)
  • Crawler runs on Python 2.7-3.4 and tornado framework (tested on 4.0.2), assuming that you already have Python/pip, just get tornado with sudo pip install "tornado>=4.0.0". You can also set up virtual-env if you like.

  • Run with python crawler.py

  • Get and enjoy awesome Kimsufi servers!

kimsufi-crawler's People

Contributors

ma3str0 avatar torvalds avatar christianrank avatar mounirlamouri avatar zertrin avatar tickerpicker avatar cypreess avatar simonbru avatar

Stargazers

Juanen avatar Francisco José Cruz Romanos avatar

Watchers

Ignacio Sánchez avatar James Cloos avatar

Forkers

ignaciolflores

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.