Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benediktwerner/lord-of-the-mysteries-update-notifier-bot

Telegram bot running on AWS Lambda notifying me about new Lord of the Mysteries chapters
https://github.com/benediktwerner/lord-of-the-mysteries-update-notifier-bot

Last synced: about 7 hours ago
JSON representation

Telegram bot running on AWS Lambda notifying me about new Lord of the Mysteries chapters

Awesome Lists containing this project

README

        

- Telegram Bot API: https://core.telegram.org/bots/api
- Getting Telegram Bot updates: `curl 'https://api.telegram.org/bot$BOT_KEY/getUpdates'`
- https://docs.aws.amazon.com/lambda/latest/dg/python-package.html

## Deployment

- Dependencies layer
- `pip install --target ./python -r requirements.txt`
- `zip -r dependencies-layer.zip python`
- Function
- `zip deployment.zip lambda_function.py`