Skip to content

androidtrackers/oneplus-updates-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages