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.
-
You need Python 3.6 at least and pip 19 installed on your device.
-
Install the requirements using
pip install .
-
Copy
config.yml.example
toconfig.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"