Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benediktwerner/lord-of-the-mysteries-update-notifier-bot
- Owner: benediktwerner
- Created: 2024-01-13T21:10:56.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-13T16:50:01.000Z (5 months ago)
- Last Synced: 2024-06-13T19:44:24.238Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`