https://github.com/zifter/u-trust-bot
Telegram Personal Assistent
https://github.com/zifter/u-trust-bot
Last synced: 2 months ago
JSON representation
Telegram Personal Assistent
- Host: GitHub
- URL: https://github.com/zifter/u-trust-bot
- Owner: zifter
- License: apache-2.0
- Created: 2023-06-08T16:53:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:39:12.000Z (over 1 year ago)
- Last Synced: 2025-01-18T21:30:40.674Z (over 1 year ago)
- Language: Python
- Size: 344 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# u-trust-bot
Telegram Personal Assistant
## Prepare
### Local
Setup development access
```commandline
gcloud auth application-default login
```
Put here everything for deployment
```commandline
touch .env
```
### Project
* Create project
* Create service account for terraform (Project Editor + Service Usage Admin, Project IAM Admin)
* Create bucket fot tf-state
# References:
## Terraform
* https://cloud.google.com/docs/terraform/blueprints/terraform-blueprints
* https://registry.terraform.io/providers/hashicorp/google/latest/docs
* https://registry.terraform.io/providers/integrations/github/latest/docs
* https://registry.terraform.io/providers/hashicorp/random/latest/docs
## Github
* https://docs.github.com/en/actions/learn-github-actions/variables
## GCP
### Cloud
* https://cloud.google.com/iam/docs/understanding-roles
### Python
* https://github.com/googleapis/python-ndb/blob/main/tests/system/test_crud.py
### e2e
* https://shallowdepth.online/posts/2021/12/end-to-end-tests-for-telegram-bots/