Giter Site home page Giter Site logo

wkz-rs's Introduction

wkz-rs Docker Image CI

simple tool periodically fetch your german Wunschkennzeichen

config

create a file called config.cfg and use the following file structure (CASE SENSITIVE)

{
    "email": {
        "sender": "[email protected]",
        "subject": "Dein Wunschkennzeichen ist frei: ",
        "smtp_username": "[email protected]",
        "smtp_password": "password",
        "smtp_server": "mail.example.com"
    },
    "wkzs": [
        {
            "pattern": "F GG ?",
            "city": 623,
            "receiver": "[email protected]",
            "email_alert": true
        },
        {
            "pattern": "HH GG ??",
            "city": 743,
            "receiver": "[email protected]",
            "email_alert": false
        }
    ]
}

to find out what your city code is follow these steps:

  1. go to the website https://wunschkennzeichen.zulassung.de/wunschkennzeichen
  2. open the networks tab
  3. enter your desired numberplate and hit enter
  4. check the only POST request that should be there
  5. go to the request body
  6. copy the number under registrationOfficeServiceId
  7. have fun :D

wkz-rs's People

Contributors

plexx-dev avatar

Watchers

 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.