{"id":36969888,"url":"https://github.com/mrmertkose/twitter-scraper","last_synced_at":"2026-01-13T21:41:14.627Z","repository":{"id":62527313,"uuid":"246903779","full_name":"mrmertkose/twitter-scraper","owner":"mrmertkose","description":"A PHP scraper for twitter. Without authentication. ","archived":true,"fork":false,"pushed_at":"2020-03-12T19:37:03.000Z","size":11,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T20:57:48.210Z","etag":null,"topics":["php","scraper","twitter","without-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/mrmertkose.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}},"created_at":"2020-03-12T18:23:56.000Z","updated_at":"2023-01-28T00:04:38.000Z","dependencies_parsed_at":"2022-11-02T14:16:16.412Z","dependency_job_id":null,"html_url":"https://github.com/mrmertkose/twitter-scraper","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mrmertkose/twitter-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmertkose%2Ftwitter-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmertkose%2Ftwitter-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmertkose%2Ftwitter-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmertkose%2Ftwitter-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmertkose","download_url":"https://codeload.github.com/mrmertkose/twitter-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmertkose%2Ftwitter-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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":["php","scraper","twitter","without-api"],"created_at":"2026-01-13T21:41:13.813Z","updated_at":"2026-01-13T21:41:14.620Z","avatar_url":"https://github.com/mrmertkose.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Scraper\nA PHP scraper for twitter. Without authentication.\n# Installing\nRun the command:\n```\ncomposer require mertkose/twitter-scraper\n```\n# Quick start\n```\nuse TwitterNoAuth\\Twitter;\n\n$data = new Twitter();\n\n//Recent Tweets\nvar_dump($data-\u003egetTweets(\"#hashtag\"))\n```\n\n# Methods\n### → **getTweets()** → array\n\n| Key       | Description                                                      |\n|-----------|------------------------------------------------------------------|\n| tweet_id  | Tweet's identifier                                               |\n| username  | Username                                                         |\n| photos    | (array) Tweet photos or Null                                     |\n| tweet_text| Content of tweet                                                 |\n| time      | Tweet time                                                       |\n| hashtags  | (array) Tweet hashtags or Null                                   |\n| replies   | Replies count of tweet                                           |\n| likes     | Like count of tweet                                              |\n| retweets  | Retweet count of tweet                                           |\n\n\n### → **getTrends()** → array\nTrend lists\n\n### → **getProfile()** → array\n\n| Key       | Description                                                      |\n|-----------|------------------------------------------------------------------|\n| username  | Username                                                         |\n| page_title| Page Title or Name                                               |\n| biography | Biography or Null                                                |\n| photo     | Photo                                                            |\n| location  | Location or Null                                                 |\n| birthday  | Birthday or Null                                                 |\n| website   | Website or Null                                                  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmertkose%2Ftwitter-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmertkose%2Ftwitter-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmertkose%2Ftwitter-scraper/lists"}