{"id":22772464,"url":"https://github.com/chenbingwei1201/threads_scraper","last_synced_at":"2026-02-03T14:02:08.192Z","repository":{"id":266316231,"uuid":"897785276","full_name":"ChenBingWei1201/threads_scraper","owner":"ChenBingWei1201","description":"A Python package for scraping Threads posts.","archived":false,"fork":false,"pushed_at":"2024-12-03T16:23:41.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T05:30:53.790Z","etag":null,"topics":["chromedriver","crawler","csv-format","pypi","pypi-package","python","python3","scraper","scraping-websites"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/threads-scraper/","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/ChenBingWei1201.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-03T08:34:17.000Z","updated_at":"2024-12-03T16:25:47.000Z","dependencies_parsed_at":"2024-12-09T22:00:07.758Z","dependency_job_id":null,"html_url":"https://github.com/ChenBingWei1201/threads_scraper","commit_stats":null,"previous_names":["chenbingwei1201/threads_scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChenBingWei1201/threads_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenBingWei1201%2Fthreads_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenBingWei1201%2Fthreads_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenBingWei1201%2Fthreads_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenBingWei1201%2Fthreads_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChenBingWei1201","download_url":"https://codeload.github.com/ChenBingWei1201/threads_scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChenBingWei1201%2Fthreads_scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["chromedriver","crawler","csv-format","pypi","pypi-package","python","python3","scraper","scraping-websites"],"created_at":"2024-12-11T17:08:38.554Z","updated_at":"2026-02-03T14:02:08.173Z","avatar_url":"https://github.com/ChenBingWei1201.png","language":"Python","readme":"# threads_scraper\n\nA Python package for scraping Threads posts.\n\n## Installation\n\nInstall the package using pip:\n\n```bash\npip install threads-scraper\n```\n\n## Usage\n\n```python\nfrom threads_scraper.scraper import ThreadsScraper\n\n# Initialize the scraper\nscraper = ThreadsScraper(\n    username=\"your_username\",\n    password=\"your_password\",\n    driver_path=\"/path/to/chromedriver\",\n)\n\nscroll_times = 10\ncsv_index = True\n\n# Start the scraper\nscraper.get_driver()\n\nif scraper.login_to_threads():\n    data = scraper.scrape([\"keyword1\", \"keyword2\"], scroll_times) # default scroll_times = 5\n    scraper.save_to_csv(data, \"data/threads_posts.csv\", csv_index) # default csv_index = False\n\nscraper.close()\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenbingwei1201%2Fthreads_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenbingwei1201%2Fthreads_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenbingwei1201%2Fthreads_scraper/lists"}