Analysis updated 2026-05-18
Deploy a Telegram bot that answers emergency questions in Spanish using real data from the SOS Venezuela 2026 API.
Run the bot in offline recorded mode to develop and test locally without API costs or network calls.
Use the included OpenAPI spec for SOS Venezuela 2026 to build a different tool on top of the same data source.
Adapt the surfcall-based agent pattern to connect any OpenAPI-described data source to a Telegram bot.
| geckovision/ayuda-venezuela-bot | abidoo22/pixelorama-mcp | aditya-pandey/slate | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | developer | vibe coder | general |
Figures from each repo's GitHub metadata at analysis time.
Requires a Telegram bot token from BotFather and an AI provider API key, Anthropic Haiku recommended for production use.
This is a Telegram bot built for the Build4Venezuela 2026 hackathon in response to the June 2026 earthquakes in Venezuela. It gives people in Venezuela real-time information about emergency shelters, drinking water safety, health resources, and humanitarian aid, all through a conversation in Spanish, with no app to download and no registration required. The bot works as an AI agent: when a user sends a question in Spanish, the agent calls the SOS Venezuela 2026 API to retrieve real data, then returns a clear answer. The integration layer, which the team calls surfcall, reads the API's structure and generates the correct API calls automatically, so the bot answers with actual information rather than guessing. Surfcall acts only as a coordination layer and does not store any messages or API response content. The repository contains two separate parts. The first is the Telegram bot itself, written in Python and deployable via Docker. It supports multiple AI providers including Anthropic and OpenRouter, and includes an offline mode that lets you run the bot and its tests without spending any API credits. The second part is a Next.js landing page that deploys to Vercel and is available in both Spanish and English. To run the bot, you need a Telegram bot token from Telegram's official bot setup tool and an API key from a supported AI provider. The recommended configuration uses Anthropic's Haiku model, which the README describes as reliable and inexpensive. All tests can run offline with no network calls and no credentials. The project also includes an OpenAPI specification for the SOS Venezuela 2026 API, contributed so that other developers can build additional tools on top of the same data source. The bot is MIT-licensed.
A Spanish-language Telegram bot that gives Venezuelans real-time emergency information about shelters, water, and aid by querying the SOS Venezuela 2026 API.
Mainly TypeScript. The stack also includes Python, TypeScript, Next.js.
MIT license: use, modify, and distribute freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.