https://github.com/maxkrivich/lmgtfy-telegram-bot
Serverless app
https://github.com/maxkrivich/lmgtfy-telegram-bot
aws aws-lambda go-modules golang serverless serverless-framework telegram-bots
Last synced: 5 months ago
JSON representation
Serverless app
- Host: GitHub
- URL: https://github.com/maxkrivich/lmgtfy-telegram-bot
- Owner: maxkrivich
- License: mit
- Archived: true
- Created: 2017-12-27T21:04:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T16:55:47.000Z (almost 6 years ago)
- Last Synced: 2025-05-15T16:42:55.662Z (about 1 year ago)
- Topics: aws, aws-lambda, go-modules, golang, serverless, serverless-framework, telegram-bots
- Language: Go
- Homepage: https://t.me/lmgt4ybot
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let Me Google That For You telegram bot with AWS Lambda's
The idea behind is very simple, instead of answering a question, you get to be a smartass and answer it through Google!
The bot is available 24/7 [@lmgt4u_bot](https://t.me/lmgt4ybot) (unless I decided to turn this off.)
Up and running on AWS Cloud and deployed with serverless framework.
## How-to use
Step 0: Setup env variables
Step 1: Deploy bot on AWS
```bash
$ make deploy
```
Step 2: Set webhook URL
```
curl --request POST --url https://api.telegram.org/bot/setWebhook --header 'content-type: application/json' --data '{"url": ""}'
```
## Useful links
* https://www.serverless.com/
* https://aws.amazon.com/lambda/
* https://blog.golang.org/using-go-modules