{"id":17601595,"url":"https://github.com/vycktorstark/simsimi","last_synced_at":"2025-08-22T13:43:25.636Z","repository":{"id":84204221,"uuid":"76614958","full_name":"VycktorStark/SimSimi","owner":"VycktorStark","description":"This is a project that will use the simsimi API to create a chatterbot on the telegram to chat with other users, which can be used for testing purposes.","archived":false,"fork":false,"pushed_at":"2021-05-21T03:17:09.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-11T00:47:38.561Z","etag":null,"topics":["artificial-intelligence-requests","bot","bottelegram","chatbot","chatbot-application","fulfillment","heroku","intent","simsimi","simsimi-api","telegrambot","webhook"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VycktorStark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://app.picpay.com/user/vycktorstark"}},"created_at":"2016-12-16T02:41:57.000Z","updated_at":"2024-01-17T15:59:51.000Z","dependencies_parsed_at":"2023-05-23T23:00:35.777Z","dependency_job_id":null,"html_url":"https://github.com/VycktorStark/SimSimi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VycktorStark/SimSimi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VycktorStark%2FSimSimi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VycktorStark%2FSimSimi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VycktorStark%2FSimSimi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VycktorStark%2FSimSimi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VycktorStark","download_url":"https://codeload.github.com/VycktorStark/SimSimi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VycktorStark%2FSimSimi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271649323,"owners_count":24796709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence-requests","bot","bottelegram","chatbot","chatbot-application","fulfillment","heroku","intent","simsimi","simsimi-api","telegrambot","webhook"],"created_at":"2024-10-22T12:43:13.428Z","updated_at":"2025-08-22T13:43:25.543Z","avatar_url":"https://github.com/VycktorStark.png","language":"Python","funding_links":["https://app.picpay.com/user/vycktorstark"],"categories":[],"sub_categories":[],"readme":"## Getting Started\n\nThis is a project that will use the simsimi API to create a chatterbot on the telegram to chat with other users, which can be used for testing purposes.\n\nBelow, I am providing instructions for you to have a copy of the project. These instructions will show you how to start using it for learning, development and testing purposes.\n\n## Configuring the bot to run on the terminal\nYou must have your machine up to date and have Python 3 installed, as well as some modules, such as: flask and requests, if you don't have it, you will need to install it this way here:\n```\n# Tested on Ubuntu 14.04, 15.04 and 16.04, Debian 7, Linux Mint 17.2\n$ sudo apt-get update \u0026\u0026 sudo apt-get upgrade   \n$ sudo apt install python3 \u0026\u0026 python3-pip\n$ sudo pip3 install flask \u0026\u0026 requests\n```\nWith everything installed, we will clone the repository like this:\n\n```\n$ git clone https://github.com/VycktorStark/SimSimi.git\n```\n\nWith the repository installed, you must have the bot token created by [BotFather](http://telegram.me/BotFather); if you don't have one, you'll need to create one (more information on [official robot FAQ page](https://core.telegram.org/bots/faq#what-messages-will-my-bot-get ))\n\nTo add your token to the project, I advise you to configure your \".bashrc\", putting something like:\n```\nexport LN=\"en\"\nexport SECRET_KEY=\"12918981:dFwnfweFw2oju28ru239r8389iEJOIJO\"\nexport SECRET_KEY_SIMSIMI=\"dFw1weFs212w8r2u239r813JO9\"\n```\n\nOr just configure the `tools.py`, To obtain a simsimi token key to use this project, visit [developer.simsimi.com](http://developer.simsimi.com/signUp), where you will find all instructions\nNote: this API is paid according to usage, and the free version can be used for the period of time established; see this information directly on the [website](http://developer.simsimi.com/pricing)\n\n## Boot process\n\n- To start the bot, run: sudo ./main.py\n- To stop the bot, press Ctrl + C.\nYou can also start the bot with python3 main.py\n\n\n## Configuring the bot to run on heroku\n\nClick the button below and configure your language, also setting your bot's token.\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\nOnly that, the project will already be working.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvycktorstark%2Fsimsimi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvycktorstark%2Fsimsimi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvycktorstark%2Fsimsimi/lists"}