What did you build?
Personas Encontradas VE is a Telegram bot and public API that helps people search public reports of individuals found or located after the earthquakes in Venezuela.
In emergencies, information is often scattered across spreadsheets, websites, community projects, and social posts. This project brings those public records into one searchable place, while keeping each result linked to its original source for verification.
People can use the Telegram bot to search by name or Venezuelan ID number, browse recent records, check current sources, and submit found-person reports for review. Developers and organizations can also integrate through a stable public API.
Who is it for?
This is for families looking for loved ones, community volunteers organizing emergency information, local initiatives publishing found-person data, and developers building humanitarian tools.
How does it help?
- Makes scattered public information searchable from Telegram.
- Keeps records source-linked so people can verify them.
- Supports citizen and partner reports.
- Provides a public API for other tools and organizations.
- Handles sensitive data carefully by avoiding unnecessary exposure of names, document IDs, raw messages, tokens, or private payloads in logs and analytics.
What should people try first?
Start with the Telegram bot:
https://t.me/encontrados_ve_bot
Try:
/ayudato see how it works./buscar Nombre Apellidoto search by name./buscar V12345678to search by Venezuelan ID./listato browse records./fuentesto see current data sources.
The project is open source here:
Comentarios
Feedback del proyecto
2 comentarios
Inicia sesión para dejar feedback y votar comentarios.
Alejandra Castaño Alzate
2026-06-27
Hola, Estos proyectos son similares o tienen características del nuestro, Reencuentro Terremotos Venezuela: 1. https://build4venezuela.com/p/busca-chat 2. https://build4venezuela.com/p/data-team 3. https://build4venezuela.com/p/reporte-ve 4. https://build4venezuela.com/p/found-people-telegram-bot 5. https://build4venezuela.com/p/desaparecidos-rag-unificado 6. https://build4venezuela.com/p/venezuela-juntos ¿Nos comunicamos, para unificar? Reencuentro Terremotos Venezuela: https://chat.whatsapp.com/HaeGUlpgDwoIyTyROAbOcv
Cris
2026-06-29
Proyecto sólido y ya en producción 👏 Áreas clave para fortalecerlo: - Agregar un Dockerfile (o docker-compose) para que el despliegue sea reproducible y documentado. - Migrar el rate limiting y el estado de conversaciones de Telegram a Redis: los Maps en memoria se pierden al reiniciar y no escalan horizontalmente. - Corregir la comparación del token de administrador para usar `timingSafeEqual`, igual que ya se hace en el endpoint externo (consistencia de seguridad). - Publicar un video corto o capturas mostrando el bot en acción: sin ellos es difícil promover el proyecto a medios y comunidades de la diáspora. - Automatizar la instalación de la extensión `unaccent` de PostgreSQL en las migraciones para evitar errores en entornos nuevos.