Skip to content

mvanbaak/apple-pickup-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apple-pickup-check

Notifier for pickup availability of Apple products in Dutch Apple Stores. Used after the 2017 iPhone X launch.

Usage

Docker-compose:

pickupcheck:
  image: robbertkl/apple-pickup-check
  restart: always
  environment:
    TELEGRAM_BOT_TOKEN: xxx
    TELEGRAM_CHAT_ID: xxx
    TWITTER_CONSUMER_KEY: xxx
    TWITTER_CONSUMER_SECRET: xxx
    TWITTER_ACCESS_TOKEN: xxx
    TWITTER_ACCESS_TOKEN_SECRET: xxx

You can leave out the TELEGRAM_ and/or TWITTER_ environment variables to disable them.

License

Published under the MIT License.

About

Notifier for pickup availability of Apple products in Dutch Apple Stores.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • Dockerfile 5.7%
  • Makefile 2.2%