Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Automatically checks for United flight upgrade availability.

License

Notifications You must be signed in to change notification settings

5E7EN/United-Upgrade-Checker

Repository files navigation

United Upgrade Checker

UPDATE: As noted in DansDeals's recent article, the legacy award calender for United flights has been killed, which was a key component of this application.
Therefore, this program no longer works - though perhaps it can be tweaked to work with the new interface...


Automatically checks for United flight instant upgrade availability on set interval.

Usage:

See index.ts for example usage.

  • yarn install
  • yarn start

Features:

  • Supports multiple itineraries (just add multiple jobs to jobs array)
  • Supports SMS notifications

SMS Notifications:

To enable SMS notifications you must create a Twilio (trial) account.
Once ready, proceed below:

  • Set disableSms: true in index.ts
  • Copy .env.example into .env and populate all Twilio-related values
  • All instances of phone numbers found in .env should include the country code (e.g. +18008008000)

Disclaimer

  • This tool is provided for educational purposes only. Use at your own risk.
  • It is recommended to use a VPN while running this tool!

This tool is designed for advanced users only. Please don't create GitHub issues that aren't related to actual bugs/features in the codebase.

About

Automatically checks for United flight upgrade availability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published