{"id":27962397,"url":"https://github.com/dostonshernazarov/tyaga-bazar","last_synced_at":"2026-04-16T00:32:39.632Z","repository":{"id":208476024,"uuid":"721728741","full_name":"dostonshernazarov/Tyaga-bazar","owner":"dostonshernazarov","description":"MoldingInfoBot is a Telegram bot built with aiogram 2.24, allowing users to access molding information, message admins, and receive notifications and advertisements. The bot uses SQLite for storing user data, molding details, and admin announcements.","archived":false,"fork":false,"pushed_at":"2024-07-14T07:37:53.000Z","size":3855,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T16:02:25.361Z","etag":null,"topics":["aiogram","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dostonshernazarov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-11-21T16:49:12.000Z","updated_at":"2025-01-12T03:22:50.000Z","dependencies_parsed_at":"2025-05-07T19:29:02.085Z","dependency_job_id":"b15aa6fa-6ed4-4d07-81b8-de81d05e3575","html_url":"https://github.com/dostonshernazarov/Tyaga-bazar","commit_stats":null,"previous_names":["dostonshernazarov/tyaga-bazar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dostonshernazarov/Tyaga-bazar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dostonshernazarov%2FTyaga-bazar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dostonshernazarov%2FTyaga-bazar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dostonshernazarov%2FTyaga-bazar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dostonshernazarov%2FTyaga-bazar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dostonshernazarov","download_url":"https://codeload.github.com/dostonshernazarov/Tyaga-bazar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dostonshernazarov%2FTyaga-bazar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aiogram","python","sqlite"],"created_at":"2025-05-07T19:21:33.512Z","updated_at":"2026-04-16T00:32:39.606Z","avatar_url":"https://github.com/dostonshernazarov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MoldingInfoBot\n\n## Overview\nMoldingInfoBot is a Telegram bot built using the aiogram 2.24 library. This bot allows users to get information about moldings, send messages to admins, and receive advertisements and notifications from admins. The bot utilizes SQLite for database management.\n\n## Features\n- **Information Retrieval**: Users can get detailed information about various moldings.\n- **Admin Announcements**: Admins can send advertisements and notifications to all users.\n- **User Messaging**: Users can send messages to the admins through the bot.\n- **SQLite Database**: Stores user data, molding information, and admin announcements.\n\n## Getting Started\n\n### Prerequisites\nMake sure you have the following installed:\n- Python 3.7 or higher\n- pip (Python package installer)\n- A Telegram account and a bot token from BotFather\n\n### Installation\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/dostonshernazarov/Tyaga-bazar.git\n    cd Tyaga-bazar\n    ```\n\n2. Install the required packages:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Set up your bot token and admin ID:\n    - Create a `.env` file in the root directory.\n    - Add your bot token and admin ID to the `.env` file:\n      ```env\n      BOT_TOKEN=your_bot_token_here\n      ADMIN_ID=your_admin_id_here\n      ```\n\n### Usage\n1. Run the bot:\n    ```bash\n    python app.py\n    ```\n\n2. Open your Telegram app and search for your bot using its username. Start a chat with your bot and use the available commands.\n\n## Project Structure\n- **app.py**: The main bot application file.\n- **handlers/**: Directory containing handler modules for different bot commands and events.\n- **utils/**: Utility functions and helpers.\n- **database/**: Contains SQLite database files and scripts.\n- **requirements.txt**: Lists all the dependencies required for the project.\n\n## Dependencies\nAll the dependencies required for this project are listed in the `requirements.txt` file. Below are the main libraries used:\n- **aiogram==2.24**: For building the Telegram bot.\n- **python-dotenv**: For loading environment variables from a `.env` file.\n- **sqlite3**: For database management.\n\nTo install the dependencies, run:\n```bash\npip install -r requirements.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdostonshernazarov%2Ftyaga-bazar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdostonshernazarov%2Ftyaga-bazar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdostonshernazarov%2Ftyaga-bazar/lists"}