A simple AI agent bot for VKontakte for role-playing built with Python.
- Works with openRouter api
- Remembers user settings
- Stores message history locally (JSON)
- Python 3.9+
- VK community with API access
- Openrouter api access
- Clone the repository:
git clone https://github.com/amax3se/Buddy_bot.git cd Buddy_bot - Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
- Copy .env.example to .env
- Fill in your VK and openrouter tokens
python buddy_bot.py- Python
- vk-api library
- JSON
MIT