Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

File metadata and controls

25 lines (17 loc) · 1.12 KB

OnePlus Updates Tracker

Subscibe

Open Source Love made-with-python

PayPal

A Python 3 script that automatically tracks OnePlus Oxygen OS and Hydrogen OS ROMs releases and send messages of new updates to telegram channel to notify users!

It currently uses OnePlus official websites as the only updates source, and supports all devices.

Running it on your own:

  • You need Python 3.6 at least and pip 19 installed on your device.

  • Install the requirements using pip install .

  • Copy config.yml.example to config.yml and fill it with the following:

    tg_bot_token:  # Telegram bot token, get it from @BotFather
    tg_chat:  # Telegram chat username or ID
    git_oauth_token:  # GitHub OAuth token
    source: "official"