An open API service indexing awesome lists of open source software.

https://github.com/mykbit/flipper-zero-stock-notifier

A desktop notifier that scrapes Flipper Zero's webpage contents, using Selenium API, and displays a notification message if the product is in stock.
https://github.com/mykbit/flipper-zero-stock-notifier

python selenium web-scraping

Last synced: about 2 months ago
JSON representation

A desktop notifier that scrapes Flipper Zero's webpage contents, using Selenium API, and displays a notification message if the product is in stock.

Awesome Lists containing this project

README

          

**!!!Currently, works only on MacOS and Linux paired with Google Chrome!!!**

Considering the uprising demand for Flipper Zero, you might be experiencing some issues with purchasing this device.
Moreover, you might not have enough time to check the website or discord if the shop had been restocked.

This script allows you to check if the Flipper Zero is available for purchase without making a move. Basically, the
script is running in the background, while you're doing your own work. When the Flipper Zero appears to be in stock,
you will receive a usual message notification that states "Flipper Zero is ready for purchase!". No sound, no disturbance
from the notification. It just stays on your screen for 10 seconds, so you can actually notice it.

First of all, make sure you have python installed on your computer.

**Additional libraries needed:**


  1. plyer

  2. pyobjus

  3. selenium

**Running instruction:**
MacOS:


  1. Open Terminal

  2. Before running the script, you need to locate it: type `cd whatever-folder-it-is-in`

  3. Type `python3 NecessaryLibrariesInstall.py`

  4. Type `python3 FlipperNotifier.py`


If you want to stop the application, press in the Terminal

**I'm planning further updates, which include:**


  1. More supported browsers

  2. Adding number of units left in stock

  3. Adding Windows support