Telegram bot for checking RENAPER trámite status.
This project is created exclusively for demonstration and educational purposes. It is an unofficial, community-driven project and is not affiliated with, endorsed by, or supported by RENAPER, the Argentine government, Telegram, or any other official entity. The project is provided as-is, without any warranty, and the authors and contributors shall not be held liable for any direct, indirect, incidental, or consequential damages arising from its use.
This repository is distributed under the MIT License unless otherwise stated in the repository files.
The repository includes GitHub Actions workflows for:
ci.yml— runs formatting, vetting, and tests on push/PR.deploy.yml— builds a container image and deploys it to Google Cloud Run.
Set the following repository/environment variables in GitHub:
GCP_PROJECT_IDGCP_REGION(optional, defaults tous-central1)CLOUD_RUN_SERVICE_NAME(optional, defaults tornp-checker)GCP_WORKLOAD_IDENTITY_PROVIDERGCP_SERVICE_ACCOUNT
telegram-tokensecret (or equivalent) containing the Telegram bot token
Cloud Run should receive:
PORT=8080USE_WEBHOOK=trueLANGUAGE=enPUBLIC_URL(set by Cloud Run deployment output or manually)