World first popular Chatbot for daily conversation (Service launched in 2002). A unique daily conversation with diversity, fun and vitality. Service provided with 130 million sets of daily small talks in 81 languages compiled through more than 20 million panels. Service in 81 languages. More than 350 million cumulative users worldwide. (Based on June-2018), Records of more than 200 million times of responses made per day.
Project description
SIMSIMI
Simsimi API in Python.
Description
World first popular Chatbot for daily conversation (Service launched in 2002). A unique daily conversation with diversity, fun and vitality. Service provided with 130 million sets of daily small talks in 81 languages compiled through more than 20 million panels. Service in 81 languages. More than 350 million cumulative users worldwide. (Based on June-2018), Records of more than 200 million times of responses made per day.
REQUIREMENTS
PYTHON >=3.9.X+
REQUESTS
Installation
pip3 install simsimix
SimiTalk
Import Module
from simsimix import simiTalk
Use SimSimi talk function
from simsimix import simiTalk
req = simiTalk ("hi", "en")
print (req)
Example for SimSimi talk
import json
from simsimix import simiTalk
msgAsk = "hi"
lang = "en"
req = simiTalk (msgAsk, lang)
data = json.loads(req)
print (data.["ans"])
Response
{
"status": "true",
"time": "06:55:47 PM",
"type": "text",
"lc": "en",
"ans": "Hello back",
"author": "𝙷𝙰𝚇𝙾𝚁 𝚇𝙽𝚇",
"owner" : "https://t.me/haxor_xnx",
"channel" : "https://t.me/Toxinum"
}
Realtime Example for SimSimi talk
import json
from simsimix import simiTalk
msg = "hi"
lang = "en"
req = simiTalk (msg, lang)
data = json.loads(req)
print (data.["ans"])
Response
Hello there
SimiTeach
Import Module
from simsimix import simiTeach
Use SimSimi teach function
from simsimix import simiTeach
req = simiTeach ("hi" ,"hello, "en", "YOUR_SECRET_KEY")
print (req)
Response
{
"status": "true",
"time": "06:55:47 PM",
"type": "text",
"lc": "en",
"ask": "hello world",
"ans": "Hello back",
"author": "𝙷𝙰𝚇𝙾𝚁 𝚇𝙽𝚇",
"owner" : "https://t.me/haxor_xnx",
"channel" : "https://t.me/Toxinum"
}
Realtime Example for SimSimi teach
import json
from simsimix import simiTeach
msgAsk = "hi"
msgAns = "hello"
lang = "en"
secretKey =
req = simiTalk (msgAsk, msgAns, lang, secretKey)
data = json.loads(req)
print (data.["ask"])
print (data.["ans"])
Response
hi
hello
License
MIT License
Copyright (c) 2023 Mohammad Alamin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Build with Simsimi official api.
Contact With Developer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for simsimix-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 223ac7b48a9b0f54e8cff09bc3ea364e34c49927d36aa5681ebaebe2daddff28 |
|
MD5 | 15284c467c75ae33c4f3ac4d5821af71 |
|
BLAKE2b-256 | 826d6110551fbccf0da5667f158e3e55f2b3aa5b36ad6a29cc4d72813b105f92 |