{"id":25490063,"url":"https://github.com/mizegerd-tech/proxy-seener","last_synced_at":"2026-02-20T19:01:43.905Z","repository":{"id":266294510,"uuid":"897948884","full_name":"mizegerd-tech/Proxy-seener","owner":"mizegerd-tech","description":"🤖 Telegram Post View Booster Script – A professional tool for rapid growth in views! 🚀📈","archived":false,"fork":false,"pushed_at":"2024-12-03T14:21:47.000Z","size":137,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T00:35:26.324Z","etag":null,"topics":["proxy","proxy-scraper","python","telegram","telegram-bot","telegram-bots","telegram-channel","telegram-channel-scraper","viewer"],"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/mizegerd-tech.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-12-03T14:21:28.000Z","updated_at":"2025-06-24T01:28:21.000Z","dependencies_parsed_at":"2024-12-03T15:31:14.395Z","dependency_job_id":"e09ad562-b229-451e-9d2d-39a2804b35fd","html_url":"https://github.com/mizegerd-tech/Proxy-seener","commit_stats":null,"previous_names":["mizegerd-tech/proxy-seener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizegerd-tech/Proxy-seener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizegerd-tech%2FProxy-seener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizegerd-tech%2FProxy-seener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizegerd-tech%2FProxy-seener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizegerd-tech%2FProxy-seener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizegerd-tech","download_url":"https://codeload.github.com/mizegerd-tech/Proxy-seener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizegerd-tech%2FProxy-seener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["proxy","proxy-scraper","python","telegram","telegram-bot","telegram-bots","telegram-channel","telegram-channel-scraper","viewer"],"created_at":"2025-02-18T21:19:49.884Z","updated_at":"2026-02-20T19:01:43.867Z","avatar_url":"https://github.com/mizegerd-tech.png","language":"Python","readme":"\r\n\r\n## README - English Version\r\n\r\n### Overview\r\n\r\nThis project is a Python-based script that automates the process of increasing view counts on Telegram posts using proxies. The script fetches the required data from a Telegram post and then sends a request to increase the view count. It uses threading to handle multiple proxies concurrently, making it faster and more efficient.\r\n\r\n### Features\r\n\r\n- **Proxy Support**: The script reads proxies from a file (`proxy.txt`) and uses them to send view requests.\r\n- **Threading**: Uses threading to handle multiple proxies at the same time, improving speed and efficiency.\r\n- **Customizable Thread Limit**: You can adjust the number of threads by changing the `Semaphore` value.\r\n\r\n### Requirements\r\n\r\n- Python 3.x\r\n- `requests` library: You can install it using `pip install requests`.\r\n\r\n### Setup and Usage\r\n\r\n1. **Clone the repository**:\r\n   ```bash\r\n   git clone \u003crepository-url\u003e\r\n   cd \u003crepository-folder\u003e\r\n   ```\r\n\r\n2. **Install required dependencies**:\r\n   Make sure you have the `requests` library installed:\r\n   ```bash\r\n   pip install requests\r\n   ```\r\n\r\n3. **Prepare the `proxy.txt` file**:\r\n   Create a file called `proxy.txt` in the root directory of the project. Add your proxies to this file, one per line in the following format:\r\n   ```\r\n   123.123.123.123:8080\r\n   234.234.234.234:8000\r\n   ```\r\n\r\n4. **Run the script**:\r\n   Use the following command to run the script:\r\n   ```bash\r\n   python script.py \u003cchannel_name\u003e \u003cpost_number\u003e\r\n   ```\r\n   - `\u003cchannel_name\u003e`: The Telegram channel name (without the '@' symbol).\r\n   - `\u003cpost_number\u003e`: The post number in the channel.\r\n\r\n   Example:\r\n   ```bash\r\n   python script.py example_channel 123\r\n   ```\r\n\r\n### Configuration\r\n\r\n- **Thread Limit**: By default, the thread limit is set to 500 in the following line:\r\n  ```python\r\n  max = threading.Semaphore(value=500)\r\n  ```\r\n  You can reduce this value if you encounter CPU/RAM issues on your system.\r\n\r\n### License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n\r\n## README - نسخه فارسی\r\n\r\n### معرفی\r\n\r\nاین پروژه یک اسکریپت پایتون است که برای افزایش تعداد بازدیدهای پست‌های تلگرام با استفاده از پروکسی‌ها طراحی شده است. این اسکریپت اطلاعات مورد نیاز را از یک پست تلگرامی دریافت کرده و سپس درخواست افزایش تعداد بازدید را ارسال می‌کند. این پروژه با استفاده از **چند ریسمانی (Threading)** کار می‌کند تا از چندین پروکسی به صورت همزمان استفاده کند و عملکرد سریع‌تری داشته باشد.\r\n\r\n### ویژگی‌ها\r\n\r\n- **پشتیبانی از پروکسی**: اسکریپت پروکسی‌ها را از فایلی به نام `proxy.txt` خوانده و از آنها برای ارسال درخواست‌های بازدید استفاده می‌کند.\r\n- **چند ریسمانی (Threading)**: از چندین ریسمان برای مدیریت همزمان پروکسی‌ها استفاده می‌کند که باعث بهبود سرعت و کارایی می‌شود.\r\n- **قابل تنظیم بودن تعداد ریسمان‌ها**: می‌توانید تعداد ریسمان‌ها را با تغییر مقدار `Semaphore` تنظیم کنید.\r\n\r\n### پیش‌نیازها\r\n\r\n- پایتون 3.x\r\n- کتابخانه `requests`: می‌توانید آن را با دستور زیر نصب کنید:\r\n   ```bash\r\n   pip install requests\r\n   ```\r\n\r\n### راه‌اندازی و استفاده\r\n\r\n1. **کلون کردن مخزن**:\r\n   ```bash\r\n   git clone \u003crepository-url\u003e\r\n   cd \u003crepository-folder\u003e\r\n   ```\r\n\r\n2. **نصب وابستگی‌ها**:\r\n   اطمینان حاصل کنید که کتابخانه `requests` نصب شده باشد:\r\n   ```bash\r\n   pip install requests\r\n   ```\r\n\r\n3. **آماده‌سازی فایل `proxy.txt`**:\r\n   فایلی با نام `proxy.txt` در دایرکتوری اصلی پروژه ایجاد کنید. پروکسی‌های خود را در این فایل وارد کنید، هر پروکسی در یک خط به فرمت زیر:\r\n   ```\r\n   123.123.123.123:8080\r\n   234.234.234.234:8000\r\n   ```\r\n\r\n4. **اجرای اسکریپت**:\r\n   از دستور زیر برای اجرای اسکریپت استفاده کنید:\r\n   ```bash\r\n   python script.py \u003cchannel_name\u003e \u003cpost_number\u003e\r\n   ```\r\n   - `\u003cchannel_name\u003e`: نام کانال تلگرام (بدون علامت '@').\r\n   - `\u003cpost_number\u003e`: شماره پست در کانال.\r\n\r\n   مثال:\r\n   ```bash\r\n   python script.py example_channel 123\r\n   ```\r\n\r\n### تنظیمات\r\n\r\n- **تعداد ریسمان‌ها**: به صورت پیش‌فرض، تعداد ریسمان‌ها برابر با 500 تنظیم شده است. می‌توانید این مقدار را در خط زیر تغییر دهید:\r\n  ```python\r\n  max = threading.Semaphore(value=500)\r\n  ```\r\n  اگر با مشکلات مربوط به CPU یا RAM مواجه شدید، این مقدار را کاهش دهید.\r\n\r\n### لایسنس\r\n\r\nاین پروژه تحت مجوز MIT منتشر شده است. برای جزئیات بیشتر فایل [LICENSE](LICENSE) را ببینید.\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizegerd-tech%2Fproxy-seener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizegerd-tech%2Fproxy-seener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizegerd-tech%2Fproxy-seener/lists"}