simipro


Namesimipro JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/akxvau
SummaryWorld 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.
upload_time2023-03-13 21:27:49
maintainer
docs_urlNone
authorakxvau
requires_python>=3.9.5
licenseMIT
keywords simsimi simi chatbot chat with simi simsimi module simisimi python simi module simi py akxvau toxinum simi chatting module simisimi official simipro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SIMSIMI
![api logo](https://raw.githubusercontent.com/AKXVAU/simipro/main/assets/logo.png)
> [Simsimi](https://github.com/AKXVAU/simsimi) API in Python.
> ![pypi](https://img.shields.io/pypi/v/simipro?logo=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 
```bash
pip3 install simipro
```
#### Or
```bash
pip install -i https://test.pypi.org/simple/ simipro
```
## SimiTalk
#### Import Module
```python
from simipro import simiTalk
```
#### Use SimSimi talk function
```python
from simipro import simiTalk
req = simiTalk ("hi", "en")
print (req)
```
#### Response
```json
{
    "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
```python 
from simipro import simiTalk
msg = "hi"
lang = "en"
req = simiTalk (msg, lang)
print (req["ans"])
```
#### Response
```bash
Hello there
```
## SimiTeach
#### Import Module
```python
from simipro import simiTeach
```
#### Use SimSimi teach function
```python
from simipro import simiTeach
req = simiTeach ("hi" ,"hello, "en", "YOUR_SECRET_KEY")
print (req)
```
#### Response
```json
{
    "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
```python
from simipro import simiTeach
msgAsk = "hi"
msgAns = "hello"
lang = "en"
secretKey = "YOUR_SECRET_KEY"
req = simiTeach (msgAsk, msgAns, lang, secretKey)
print (req["ask"])
print (req["ans"])
```
#### Response
```bash
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](https://simsimi.com/) official api.

#### Open Source Project.

### Contact With Developer
<hr>
<div align="center">
<a href="https://facebook.com/AKXVAU" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg" alt="itsn0b1t4" height="30" width="40" /></a>
<a href="https://instagram.com/AKXVAU" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg" alt="itsn0b1t4" height="30" width="40" /></a>
<a href="https://www.youtube.com/c/akxvau" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg" alt="akxvau" height="30" width="40" /></a>
</p>
<hr>
</div>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akxvau",
    "name": "simipro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.5",
    "maintainer_email": "",
    "keywords": "simsimi,simi,chatBot,chat with simi,simsimi module,simisimi python,simi module,simi py,akxvau,toxinum,simi chatting module,simisimi official,simipro",
    "author": "akxvau",
    "author_email": "akxvau@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/07/e9/4085535496f9654dd5c10a7191a1787e63dd8728f2a72fe2aff0a5fd7755/simipro-1.1.0.tar.gz",
    "platform": null,
    "description": "# SIMSIMI\n![api logo](https://raw.githubusercontent.com/AKXVAU/simipro/main/assets/logo.png)\n> [Simsimi](https://github.com/AKXVAU/simsimi) API in Python.\n> ![pypi](https://img.shields.io/pypi/v/simipro?logo=python)\n\n## Description\nWorld 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.\n\n#### REQUIREMENTS\n* `PYTHON >=3.9.X+`\n* `REQUESTS`\n\n#### Installation \n```bash\npip3 install simipro\n```\n#### Or\n```bash\npip install -i https://test.pypi.org/simple/ simipro\n```\n## SimiTalk\n#### Import Module\n```python\nfrom simipro import simiTalk\n```\n#### Use SimSimi talk function\n```python\nfrom simipro import simiTalk\nreq = simiTalk (\"hi\", \"en\")\nprint (req)\n```\n#### Response\n```json\n{\n    \"status\": \"true\",\n    \"time\": \"06:55:47 PM\",\n    \"type\": \"text\",\n    \"lc\": \"en\",\n    \"ans\": \"Hello back\",\n    \"author\": \"\ud835\ude77\ud835\ude70\ud835\ude87\ud835\ude7e\ud835\ude81 \ud835\ude87\ud835\ude7d\ud835\ude87\",\n    \"owner\" : \"https://t.me/haxor_xnx\",\n    \"channel\" : \"https://t.me/Toxinum\"\n}\n```\n#### Realtime Example for SimSimi talk\n```python \nfrom simipro import simiTalk\nmsg = \"hi\"\nlang = \"en\"\nreq = simiTalk (msg, lang)\nprint (req[\"ans\"])\n```\n#### Response\n```bash\nHello there\n```\n## SimiTeach\n#### Import Module\n```python\nfrom simipro import simiTeach\n```\n#### Use SimSimi teach function\n```python\nfrom simipro import simiTeach\nreq = simiTeach (\"hi\" ,\"hello, \"en\", \"YOUR_SECRET_KEY\")\nprint (req)\n```\n#### Response\n```json\n{\n    \"status\": \"true\",\n    \"time\": \"06:55:47 PM\",\n    \"type\": \"text\",\n    \"lc\": \"en\",\n    \"ask\": \"hello world\",\n    \"ans\": \"Hello back\",\n    \"author\": \"\ud835\ude77\ud835\ude70\ud835\ude87\ud835\ude7e\ud835\ude81 \ud835\ude87\ud835\ude7d\ud835\ude87\",\n    \"owner\" : \"https://t.me/haxor_xnx\",\n    \"channel\" : \"https://t.me/Toxinum\"\n}\n```\n#### Realtime Example for SimSimi teach\n```python\nfrom simipro import simiTeach\nmsgAsk = \"hi\"\nmsgAns = \"hello\"\nlang = \"en\"\nsecretKey = \"YOUR_SECRET_KEY\"\nreq = simiTeach (msgAsk, msgAns, lang, secretKey)\nprint (req[\"ask\"])\nprint (req[\"ans\"])\n```\n#### Response\n```bash\nhi\nhello\n```\n## License \nMIT License\n\nCopyright (c) 2023 Mohammad Alamin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n> Build with [Simsimi](https://simsimi.com/) official api.\n\n#### Open Source Project.\n\n### Contact With Developer\n<hr>\n<div align=\"center\">\n<a href=\"https://facebook.com/AKXVAU\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg\" alt=\"itsn0b1t4\" height=\"30\" width=\"40\" /></a>\n<a href=\"https://instagram.com/AKXVAU\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg\" alt=\"itsn0b1t4\" height=\"30\" width=\"40\" /></a>\n<a href=\"https://www.youtube.com/c/akxvau\" target=\"blank\"><img align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg\" alt=\"akxvau\" height=\"30\" width=\"40\" /></a>\n</p>\n<hr>\n</div>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "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.",
    "version": "1.1.0",
    "split_keywords": [
        "simsimi",
        "simi",
        "chatbot",
        "chat with simi",
        "simsimi module",
        "simisimi python",
        "simi module",
        "simi py",
        "akxvau",
        "toxinum",
        "simi chatting module",
        "simisimi official",
        "simipro"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fb2d85fe597d72996a8572adba27277670111a23663099d5867a465055bf3b3",
                "md5": "f132e0c6bcd34a6e7ca66c2345da5a45",
                "sha256": "4e03503e0c144d5444e63e97e7545d6c476252b3f9ff28213aeaa8374c764802"
            },
            "downloads": -1,
            "filename": "simipro-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f132e0c6bcd34a6e7ca66c2345da5a45",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9.5",
            "size": 4093,
            "upload_time": "2023-03-13T21:27:47",
            "upload_time_iso_8601": "2023-03-13T21:27:47.099774Z",
            "url": "https://files.pythonhosted.org/packages/9f/b2/d85fe597d72996a8572adba27277670111a23663099d5867a465055bf3b3/simipro-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07e94085535496f9654dd5c10a7191a1787e63dd8728f2a72fe2aff0a5fd7755",
                "md5": "f22123b19d4087fdcd7315e9d5492e55",
                "sha256": "f1a1fc9f63f825578100f640e8c1f487f3e0b16d598d66a00e306287dce93d50"
            },
            "downloads": -1,
            "filename": "simipro-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f22123b19d4087fdcd7315e9d5492e55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.5",
            "size": 4163,
            "upload_time": "2023-03-13T21:27:49",
            "upload_time_iso_8601": "2023-03-13T21:27:49.107226Z",
            "url": "https://files.pythonhosted.org/packages/07/e9/4085535496f9654dd5c10a7191a1787e63dd8728f2a72fe2aff0a5fd7755/simipro-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 21:27:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "simipro"
}
        
Elapsed time: 0.04596s