Skip to content

A serverless teeny-tiny version of Diomedes which sends alerts to Telegram. Written in Go.

License

Notifications You must be signed in to change notification settings

ArionMiles/diomedes-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diomedes-search

Get a notification on Telegram whenever your movie opens bookings in a theater of your choice.

Pre-requisites

  1. Install AWS CLI (v2) by following these instructions.
  2. Install SAM CLI by following these instructions.
  3. Go 1.17+

Build

mkdir build
go build -o ./build ./cmd/...

Deploy

  1. Run aws configure and add AWS Access, Secret Keys, and select your default region and response format (json).

    Learn how to create these keys here.

  2. sam deploy --guided

    Follow the instructions, and check AWS Lambda Console

Post-deploy

  1. Go to the Notification function on AWS Console and set the TG_TOKEN to your Telegram bot token.
  2. Add an alert in MovieTable like this (I use the AWS Console to keep it simple): image

Contributing

Open an Issue for any help, reporting bugs. Open a PR for enhancements and bugfixes.

License

MIT License

About

A serverless teeny-tiny version of Diomedes which sends alerts to Telegram. Written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages