{"id":21228345,"url":"https://github.com/akkupy/sara-bot","last_synced_at":"2025-08-02T15:33:14.212Z","repository":{"id":153935588,"uuid":"323929483","full_name":"akkupy/Sara-Bot","owner":"akkupy","description":"A Telegram Bot","archived":false,"fork":false,"pushed_at":"2023-06-06T17:25:48.000Z","size":872,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T01:46:28.999Z","etag":null,"topics":["bot","telegram","telegram-bot","telegram-bot-api","telegram-bot-apitelegram"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akkupy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-12-23T14:54:32.000Z","updated_at":"2022-11-02T16:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"96b51ee4-4ce8-4aec-b9f0-b88f979b97e9","html_url":"https://github.com/akkupy/Sara-Bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akkupy/Sara-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkupy%2FSara-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkupy%2FSara-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkupy%2FSara-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkupy%2FSara-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akkupy","download_url":"https://codeload.github.com/akkupy/Sara-Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akkupy%2FSara-Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268410972,"owners_count":24246135,"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-02T02:00:12.353Z","response_time":74,"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":["bot","telegram","telegram-bot","telegram-bot-api","telegram-bot-apitelegram"],"created_at":"2024-11-20T23:18:02.655Z","updated_at":"2025-08-02T15:33:14.166Z","avatar_url":"https://github.com/akkupy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://akkupy.me\"\u003e\u003cimg src=\"https://github.com/akkupy/Sara-Bot/blob/main/Assets/Sara_Bot.jpg\" width=\"5000\"\u003e\u003c/a\u003e\u003c/p\u003e \n\u003ch1 align=\"center\"\u003e\u003cb\u003eSARA-BOT  🇮🇳 \u003c/b\u003e\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eA Powerful, Smart And Simple Telegram Bot By Akku\u003c/h4\u003e\n\n\n# KeyFeatures\n\n* Wiki Searching\n* YT Mp3 Converter\n* Multiple Client Support.\n* Smart \u0026 Powerful Tools.\n\n* Much Cleaner And Stable.\n* Daily Maintained.\n\n# Deploying To Heroku\n\n[![Deploy To Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/akkupy/Sara-Bot)\n\n# Steps To Follow On Heroku\n\n * Click Deploy To Heroku\n * Fill up the App name\n * Create a Bot with Botfather on telegram(https://t.me/BotFather)\n * Retreive The Api ID and Bot User Name From BotFather\n * Config vars(refer [mandatory configs](https://github.com/akkupy/Sara-Bot#mandatory-configs)) Based On this Data\n * Deploy\n * Run https://app-name.herokuapp.com/set_webhook on a browser tab (change app-name to the name of heroku app)\n * If it shows webhook setup ok ! You are good to Go... Else Try Refreshing after 10 sec+\n * Check if your telegram bot works!\n\n\n# Self-hosting (For Devs)\n\n## Simply clone the repository and run the main file:\n```sh\n# Install Git First // (Else You Can Download And Upload to Your Local Server)\n$ git clone https://github.com/akkupy/Sara-Bot\n# Open Git Cloned File\n$ cd Sara-Bot\n# Config Virtual Env (Skip is already Done.)\n$ virtualenv -p /usr/bin/python3 venv\n$ . ./venv/bin/activate\n# Install All Requirements.\n$ pip(3) install -r requirements.txt\n# Replace credentials.py with variables as given below in Modules folder\n# Start Bot \n$ python(3) -m app\n```\n\n# Mandatory Configs\n```\n[+] If You Running Sara On A Deploy Services With Config Env Support Like Heroku, Zeet.co, Please Set \"ENV\" To True , Else For Self Host Services Like Digital Ocean Just Make A Credentials File And Put Vars Given Below.\n    [-] bt_token:   Telegram Bot Token \n    [-] bot_user_name :   Telegram Bot UserName\n    [-] URL : For WebHook(https://\u003capp-name\u003e.herokuapp.com/)\n \n[+] The Sara will not work without setting the mandatory vars.\n```\n\n\n## An Example Of \"credentials.py\" File\n```\n\nbot_token = \"sd78g6add897s8d7f875adad768d\"\nbot_user_name = \"akkubot\"\nURL = \"https://akkubot45646.herokuapp.com\"\n```\n\n\n# Contact Me\n [![telegram](https://img.shields.io/badge/Akku-000000?style=for-the-badge\u0026logo=telegram)](https://t.me/akkupy)\n\n\n# License\n[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)  \n\nSaraBot is Free Software: You can use, study share and improve it at your\nwill. Specifically you can redistribute and/or modify it under the terms of the\n[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as\npublished by the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version. \n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkupy%2Fsara-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakkupy%2Fsara-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakkupy%2Fsara-bot/lists"}