Skip to main content

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

api logo

Simsimi API in Python. pypi

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


itsn0b1t4 itsn0b1t4 akxvau


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simsimix-1.0.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simsimix-1.0.0-py2.py3-none-any.whl (4.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file simsimix-1.0.0.tar.gz.

File metadata

  • Download URL: simsimix-1.0.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for simsimix-1.0.0.tar.gz
Algorithm Hash digest
SHA256 aef2cbd62465affcb9c4a1184b97dc5f441d71a5f8b0d86bc29ea3d70d8e650a
MD5 fd4d2503ca2a76f6dad38b4d9354043e
BLAKE2b-256 ad1df1af3132823c04e82c75456c4cf0a87274fa5e38722f4e45afde17bcf054

See more details on using hashes here.

File details

Details for the file simsimix-1.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: simsimix-1.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for simsimix-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 223ac7b48a9b0f54e8cff09bc3ea364e34c49927d36aa5681ebaebe2daddff28
MD5 15284c467c75ae33c4f3ac4d5821af71
BLAKE2b-256 826d6110551fbccf0da5667f158e3e55f2b3aa5b36ad6a29cc4d72813b105f92

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page