Skip to content

anbuinfosec/pysimsimi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysimsimi logo

pysimsimi

Python wrapper for simi.anbuinfosec.live chat and teach APIs.

Report IssueSource CodeContact Developer


📦 Installation

pip install pysimsimi

Or install directly from source:

git clone https://github.com/anbuinfosec/pysimsimi
cd pysimsimi
pip install .

🚀 Features

  • 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)

🧪 Example Usage

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)

🐛 Issues

Have a bug or feature request? Open an issue on GitHub. We appreciate contributions and feedback to improve pysimsimi.


👨‍💻 Developer

Mohammad Alamin

📧 Email

🌐 Developer

🌐 Facebook Page

🔒 Security & Developer Community: anbuinfosec


📄 License

This project is licensed under the MIT License.


Built with ❤️ by anbuinfosec

About

Python wrapper for simi.anbuinfosec.live chat and teach API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages