{"id":17017354,"url":"https://github.com/kourva/anonproxies","last_synced_at":"2025-03-22T16:31:15.055Z","repository":{"id":217208932,"uuid":"743286967","full_name":"Kourva/AnonProxies","owner":"Kourva","description":"Proxy scraper bot to Scrape and send proxies to Telegram topics automatically","archived":false,"fork":false,"pushed_at":"2025-02-01T01:24:47.000Z","size":117,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T13:51:16.388Z","etag":null,"topics":["proxy","proxy-scraper","py-telegram-bot-api","pytelegrambotapi","python","python3","telegram-bot","telegram-bots"],"latest_commit_sha":null,"homepage":"","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/Kourva.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":"2024-01-14T21:54:27.000Z","updated_at":"2025-03-16T14:50:29.000Z","dependencies_parsed_at":"2024-02-19T16:26:19.718Z","dependency_job_id":"61f60753-0f1d-48af-b4e1-b948a9f620ca","html_url":"https://github.com/Kourva/AnonProxies","commit_stats":null,"previous_names":["kourva/anonproxies","kozyol/anonproxies"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FAnonProxies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FAnonProxies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FAnonProxies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kourva%2FAnonProxies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kourva","download_url":"https://codeload.github.com/Kourva/AnonProxies/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244986547,"owners_count":20543030,"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":["proxy","proxy-scraper","py-telegram-bot-api","pytelegrambotapi","python","python3","telegram-bot","telegram-bots"],"created_at":"2024-10-14T06:36:25.376Z","updated_at":"2025-03-22T16:31:14.553Z","avatar_url":"https://github.com/Kourva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch3\u003e\u003cb\u003eᨒ AnonProxies ᨒ\u003c/b\u003e\u003c/h3\u003e\n    \u003cp\u003e˗ˏˋ Proxy scraper bot to Scrape and send proxies to Telegram topics automatically ˎˊ˗\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# ⿻ About AnonProxies\nThere are many [proxy collectors](https://github.com/search?q=proxy%20collectors\u0026type=repositories) and scrapers on GitHub that scrape proxies from Telegram channels or other sources. It is a good idea to have a Telegram bot that can collect all of them for you and post them in a group. As you may know, Telegram has [Topics](https://telegram.org/blog/topics-in-groups-collectible-usernames#topics-in-groups), which means you can create sub-topics such as one for vless proxy and another for trojan.\n\n\u003cimg align=\"right\" src=\"https://github.com/Kourva/AnonProxies/assets/118578799/306e986c-7c63-42b2-917d-14fa80c60416\" width=350\u003e\n\nThis bot collects all proxies from different sources and sends them to your chosen topic. All you need to do is give the bot a few commands to tell it what to do. You can open `src/services.json` to see which sources are being used by the bot (you can also use their tools).\n\nThe bot will send proxies in pairs of 10 to make it easy to copy and paste proxies into apps like V2ray-Ng. Additionally, some proxies like Mtproto and Socks5 have inline buttons to connect to them directly within Telegram.\n\nI hope you find this project useful! If you do, I kindly invite you to show your support by starring the project. Your encouragement means a lot to me. Thank you!\n\nLet's begin the installation process...\n\n\n# ⿻ Installation\n1. **Clone repository**:\n    ```bash\n    git clone https://github.com/Kourva/AnonProxies\n    ```\n2. **Navigate to Anon Proxies**:\n    ```bash\n    cd AnonProxies\n    ```\n3. **Make Virtual Environment**:\n    ```bash\n    virtualenv venv \u0026\u0026 source venv/bin/activate\n    ```\n5. **Install requirements**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n# ⿻ Configuration\nNavigate to `src/credintial.json` and fill required values:\n```json\n{\n    \"Token\": \"1234567890:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"Admin\": \"1234567890\",\n    \"Topic\": \"-1001234567890\",\n    \"Vless\":1, \n    \"Vmess\":2,\n    \"Trojan\":3,\n    \"Socks5\":4,\n    \"Mtproto\":5,\n    \"ShadowSocks\":6\n}\n```\n\u003e Get the token from [bot father](https://t.me/botfather)\u003cbr\u003e\n\u003e Put your Chat-ID in Admin section\u003cbr\u003e\n\u003e Put your Topic group's chat-ID in topic section (Google it if you don't know how)\u003cbr\u003e\n\u003e Put your topic's thread id in other sections. if your topic section X url is this: `t.me/your_topic/12` (**12 is thread id for section X**)\n\n# ⿻ Running bot\nAfter configuration, run bot using python:\n```bash\npython bot.py\n```\nYou can also use proxychains and run it with tor or any other proxy:\n```bash\nproxychians -q python bot.py\n```\n\n# ⿻ Any idea or Issue ?\nYou can submit your ideas and issues in [issue section](https://github.com/Kourva/AnonProxies/issues). This project is licensed under the [**MIT License**](https://opensource.org/license/mit/). You are welcome to access the code, use it, and make modifications, all in accordance with the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fanonproxies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkourva%2Fanonproxies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkourva%2Fanonproxies/lists"}