Skip to content

androidtrackers/oneplus-updates-tracker

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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