Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JaderDias/gcloud-telegram-bot
https://github.com/JaderDias/gcloud-telegram-bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/JaderDias/gcloud-telegram-bot
- Owner: JaderDias
- License: mit
- Created: 2022-03-16T20:24:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T08:16:32.000Z (over 2 years ago)
- Last Synced: 2024-05-28T04:57:11.423Z (6 months ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcloud-telegram-bot
[![Total alerts](https://img.shields.io/lgtm/alerts/g/JaderDias/gcloud-telegram-bot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/JaderDias/gcloud-telegram-bot/alerts/)Run a telegram bot serverlessly on Google Cloud
## deployment instructions
1. Ensure you have an active billing account https://console.cloud.google.com/billing
This project was designed to run for free, since it's not scheduled to execute more often than the free tier of the used services allow. But you're going to need to link it to an active billing account anyway.
2. Clone this project into Google Cloud Shell https://shell.cloud.google.com/
```bash
git clone https://github.com/JaderDias/gcloud-telegram-bot.git
cd gcloud-telegram-bot
./setup.sh
```