Skip to content

Check Apple product pickup stock and send notification to your phone

Notifications You must be signed in to change notification settings

phhang/Apple-Stock-Notification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple Stock notification

This is my fork from cisasntyi: check iphone stock and send notification to your iphone

install Bark - Customed Notifications app, then add endpoint to yml file

run local

bash dev.sh

run in your private server

#build it
bash build.sh

#upload to your server
scp ./cisasntyi.tar.gz user@yourPrivateServerIp:/home

#run in your server
ssh -t user@ip cd /home
tar -xvzf cisasntyi.tar.gz && cd cisasntyi && bash start.sh

About

Check Apple product pickup stock and send notification to your phone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.9%