GithubHelp home page GithubHelp logo

rocket_reminder's Introduction

Rocket Launch Notifications

Features

  • Upcoming Launch Notifications 1 Day and 1 Hour before launch and when the launch outcome is confirmed
  • Picture of the rocket directly embedded in the notification
  • "More" button that redirects to the corresponding SpacelaunchNow Website for more information like real time countdown, launchsite and mission details

image

Technical Details

  • Data provided by The Space Devs
  • Every 60 Seconds the program checks for new notifications to be send (Note: The Request is send to my own backend server that caches the upcoming launches from the api from The Space Devs)
  • If a notification is send it will be stored in the notifications.json file to keep track of already send notifications and the NET launch time the notification was send for, example:
{
    "map": {
        "b7a9d0e7-776f-4140-ad20-7565993731c9":
        {
            "timestamp": "2022-09-07T21:45:00Z",
            "one_day": true,
            "one_hour": true,
            "now": false
        }
    }
}
  • Due to windows notification limitation the image has to be downloaded before it can be displayed in a notificatio
  • To keep track of downloaded images their path will be stored in the images.json file
{
    "map": {
        "Yf2hr-CR3C4ZsfeGGIidE": "C:\\example_path\\GitHub\\rocket_reminder\\Yf2hr-CR3C4ZsfeGGIidE.png"
    }
}
  • To avoid images getting lost and wasting storage, for example when rebooting exactly when a notification is send, at the startup of the program every image thats still in the images.json file will be deleted

Todo

  • Support Linux
  • Support MacOS
  • Add link to livestream button if available
  • Create installer with autostart

rocket_reminder's People

Contributors

christianemeis avatar

Stargazers

Linus Dikomey avatar

Watchers

 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.