Skip to content

a telegram bot that will send updates to a channel whenever an update has been released for an app store app.

License

Notifications You must be signed in to change notification settings

orhogi/update-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

update-notifier

a telegram bot that will send updates to a channel whenever an update has been released for an app store app. apps are checked for updates every 20 minutes. this bot will rely on files saved to your local filesystem, however they will be stored in ~/.zxcvbn/ so they are not visible.

installation

this script is made for macos and linux users. you can not use this on windows.

git clone https://github.com/asdfzxcvbn/update-notifier

pip3 install -r update-notifier/requirements.txt

sudo cp update-notifier/updateNotifier.py /usr/local/bin/updates

sudo chmod +x /usr/local/bin/updates

initial setup

starting with v2, you no longer need to change any code to use the bot. you are going to have to set up your bot token, chat id, and country. run updates start to fill in the required info.

how do i get my bot token?

talk to BotFather and make a new bot. after the bot is made, BotFather will send you the token.

how do i get my chat id?

refer to the following stackoverflow answer.

how do i get my country code?

visit this wikipedia page, find your country, and get its alpha-2 code.

start monitoring apps

to add an app to monitor, simply run the command updates add <appname> <bundleid>. <appname> must be contain no spaces or symbols. for example, to monitor youtube:

updates add youtube com.google.ios.youtube

or to monitor spotify:

updates add spotify com.spotify.client

how do i get the bundle id of an app?

you can get an app's bundle id with this website.

running the bot

simply run updates in a terminal. the best option is to run this on a server that is always on. you can let this run in the background with tools like screen.

was this useful?

if it was, i would appreciate any donation. :) my monero address is 82m19F4yb15UQbJUrxxmzJ3fvKyjjqJM55gv8qCp2gSTgo3D8avzNJJQ6tREGVKA7VUUJE6hPKg8bKV6tTXKhDDx75p6vGj

you may also scan this QR code.

image

About

a telegram bot that will send updates to a channel whenever an update has been released for an app store app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%