{"id":15583253,"url":"https://github.com/ashokshau/assistant","last_synced_at":"2025-06-21T09:36:06.147Z","repository":{"id":219311248,"uuid":"748697016","full_name":"AshokShau/Assistant","owner":"AshokShau","description":"bot to chat with user, like a livegrambot (PTB, PYRO, GOTGBOT)","archived":false,"fork":false,"pushed_at":"2024-09-19T20:42:53.000Z","size":38,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T21:11:42.475Z","etag":null,"topics":["bot","go","gotgbot","livegram-bot","mongo","mongodb","ptb","python","python-telegram-bot","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/AbishnoiMF","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AshokShau.png","metadata":{"files":{"readme":".github/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":"2024-01-26T15:10:57.000Z","updated_at":"2024-11-06T16:02:10.000Z","dependencies_parsed_at":"2024-02-11T20:15:55.885Z","dependency_job_id":"ed972ba8-dc6f-45fa-937c-90515194bcd2","html_url":"https://github.com/AshokShau/Assistant","commit_stats":null,"previous_names":["abishnoi69/assistant","ashokshau/assistant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AshokShau/Assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokShau%2FAssistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokShau%2FAssistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokShau%2FAssistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokShau%2FAssistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshokShau","download_url":"https://codeload.github.com/AshokShau/Assistant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshokShau%2FAssistant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261100950,"owners_count":23109838,"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","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","go","gotgbot","livegram-bot","mongo","mongodb","ptb","python","python-telegram-bot","telegram","telegram-bot"],"created_at":"2024-10-02T20:06:10.584Z","updated_at":"2025-06-21T09:36:01.133Z","avatar_url":"https://github.com/AshokShau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tg Assistant \n- A Telegram bot to chat with users. \n- It can be used to send messages, images, and files to users and users to bot owner.\n\n## Prerequisites\n- Go version 1.23 or higher\n- A Telegram bot token, which can be obtained by talking to [BotFather](https://core.telegram.org/bots#botfather)\n\n## Installation\n\n### 1. Install Go:\n- Follow the instructions to install Go on your system: [Go Installation Guide](https://golang.org/doc/install)\n\n\u003cdetails\u003e\n\u003csummary\u003eEasy Way:\u003c/summary\u003e\n\n```shell\ngit clone https://github.com/udhos/update-golang dlgo \u0026\u0026 cd dlgo \u0026\u0026 sudo ./update-golang.sh \u0026\u0026 source /etc/profile.d/golang_path.sh\n```\n\nExit the terminal and open the terminal to check the installation.\n\u003c/details\u003e\n\nVerify the installation by running:\n\n```shell\ngo version\n```\n\n### 2. Clone the repository:\n\n```shell\ngit clone https://github.com/AshokShau/Assistant \u0026\u0026 cd Assistant\n```\n\n### 3. Set up the environment\n\nCopy the sample environment file and edit it as needed:\n\n```shell\ncp sample.env .env\nvi .env\n```\n\n### 4. Build the project\n\n```shell\ngo build \n```\n\n### 5. Run the project\n\n```shell\n./Assistant\n```\n\n## Contributing\n\n\u003cdetails\u003e\n\u003csummary\u003eContributing Guidelines\u003c/summary\u003e\n\nContributions are welcome! Follow these steps to contribute:\n\n1. **Fork the repository**: Click the \"Fork\" button at the top right of this page to create a copy of this repository in\n   your GitHub account.\n\n2. **Clone the repository**: Clone your forked repository to your local machine.\n    ```shell\n    git clone https://github.com/your-username/Assistant.git\n    cd Assistant\n    ```\n\n3. **Create a branch**: Create a new branch for your changes.\n    ```shell\n    git checkout -b feature-branch\n    ```\n\n4. **Make your changes**: Make your changes to the codebase.\n\n5. **Commit your changes**: Commit your changes with a descriptive commit message.\n    ```shell\n    git add .\n    git commit -m \"Description of your changes\"\n    ```\n\n6. **Push to your branch**: Push your changes to your forked repository.\n    ```shell\n    git push origin feature-branch\n    ```\n\n7. **Submit a pull request**: Go to the original repository on GitHub and create a pull request from your forked\n   repository.\n\nPlease ensure your code follows the project's coding standards and includes appropriate tests.\n\nThank you for contributing!\n\u003c/details\u003e\n\n## License\n\nThis project is licensed under the MIT License—see the [LICENSE](/LICENSE) file for details.\n\n## Contact\n[![Telegram](https://img.shields.io/badge/Telegram-Channel-blue.svg)](https://t.me/FallenProjects)\n[![Telegram](https://img.shields.io/badge/Telegram-Chat-blue.svg)](https://t.me/AshokShau)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokshau%2Fassistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashokshau%2Fassistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashokshau%2Fassistant/lists"}