Python wrapper for simi.anbuinfosec.live chat and teach APIs.
Report Issue • Source Code • Contact Developer
pip install pysimsimi
Or install directly from source:
git clone https://github.com/anbuinfosec/pysimsimi
cd pysimsimi
pip install .
- Simple interface to talk with the Simi bot
- Teach Simi new responses via API
- Easy integration in chatbots and personal projects
- Lightweight and dependency-free (only
requests
)
from pysimsimi import talk, teach
# 🗣️ Talk with Simi
response = talk("Hi", "en")
print("Simi says:", response)
# 📚 Teach Simi
teach_response = teach("Hi", "Hello there!", "en")
print("Teaching result:", teach_response)
Have a bug or feature request? Open an issue on GitHub.
We appreciate contributions and feedback to improve pysimsimi
.
Mohammad Alamin
🔒 Security & Developer Community: anbuinfosec
This project is licensed under the MIT License.
Built with ❤️ by anbuinfosec