This is a friendly AI-powered receptionist bot for Telegram. It uses Ollama to generate short, engaging replies. I created this bot because I receive a lot of spam and messages from scammers, and engaging with them brings whimsy to my life.
- 🧠 Uses a rotating set of strategies to guide responses
- 🤝 Replies only to users not in your Telegram contacts
- 💬 Keeps responses under 200 characters
- 🔌 Runs locally using Ollama — no OpenAI key required
- Python 3.8+
- Telegram API credentials
- Ollama installed and running locally
- The
mistralmodel pulled via Ollama
- Go to https://my.telegram.org and sign in.
- Find API development tools and create a new application (the info doesn't matter).
- Install Ollama.
- Open a command prompt and run
ollama pull mistral. - Run
ollama run mistral.
- Download the latest release
.exefrom Releases and run it. - Follow the instructions.