tianoklein/t.i.a-da-limpeza — explained in plain English
Analysis updated 2026-05-18
Get automatic Telegram alerts when an Airbnb booking's check-in or check-out changes.
Let cleaning staff ask a local AI bot about cleaning instructions for a specific apartment.
Manage multiple apartments' schedules and settings from a Streamlit dashboard.
Run the whole system locally with a local language model instead of a paid API.
| tianoklein/t.i.a-da-limpeza | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | CSS | Python |
| Last pushed | — | 2022-10-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Telegram bot token, each apartment's Airbnb iCal link, and a local Ollama install for the AI assistant.
T.I.A da Limpeza is an operational assistant for people who manage short term rental apartments listed on Airbnb, built to keep cleaning staff informed about check-ins and check-outs without the host having to message them manually every time a booking changes. The README is written in Portuguese and describes the tool as aimed at small and medium hosts and property managers running a lean operation. The system connects to each apartment's Airbnb calendar using the iCal link that Airbnb provides in its calendar settings. It watches that calendar for new bookings or changes to existing ones and sends real time notifications to the cleaning staff's Telegram accounts, so a schedule change reaches the right person automatically instead of depending on the host remembering to forward it. Beyond the notifications, the project includes a conversational bot on Telegram powered by a locally running language model through Ollama. Cleaning staff can ask the bot common questions, like what time a check-in or check-out is, or what the specific cleaning instructions are for a given apartment, and the bot answers using a FAQ file that is generated automatically for each property. The README states the whole system is designed to run entirely locally, with no subscription fees and no dependence on paid external APIs, so that personal data stays on the host's own machine. Setup involves Python 3.10 or newer, installing dependencies from a requirements file, and filling in a JSON file with each apartment's details, calendar link, and Telegram chat ID, along with a separate environment file for the Telegram bot token and Ollama configuration. A Streamlit dashboard is included for managing apartment settings and viewing all the schedules in one place.
A self-hosted Telegram bot that watches Airbnb calendars and notifies cleaning staff of check-in and check-out changes, with a local AI assistant for their questions.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.