{"id":22571351,"url":"https://github.com/designyourcode/twitter-feed","last_synced_at":"2025-03-28T14:40:54.123Z","repository":{"id":92528176,"uuid":"59557945","full_name":"DesignyourCode/twitter-feed","owner":"DesignyourCode","description":"PHP scripts for doing Twitter related things.","archived":false,"fork":false,"pushed_at":"2018-03-18T21:35:09.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T14:47:18.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/DesignyourCode.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":"2016-05-24T09:08:35.000Z","updated_at":"2018-03-18T21:35:11.000Z","dependencies_parsed_at":"2023-04-27T18:49:56.139Z","dependency_job_id":null,"html_url":"https://github.com/DesignyourCode/twitter-feed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Ftwitter-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Ftwitter-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Ftwitter-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DesignyourCode%2Ftwitter-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DesignyourCode","download_url":"https://codeload.github.com/DesignyourCode/twitter-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246049619,"owners_count":20715510,"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":[],"created_at":"2024-12-08T01:42:17.333Z","updated_at":"2025-03-28T14:40:54.097Z","avatar_url":"https://github.com/DesignyourCode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter Feed\n\nSome lightweight, simple scripts for retrieving Tweets and Tweet Count.\nFeel free to create your own and contribute them. I use these 2 often so they are first to be added.\n\n## Getting the examples working\n\nAll you need to do is run this is a PHP server and ensure you have added your consumer and secrets keys.\nTo get consumer and secret keys (\u003ca href=\"http://www.smartaddons.com/documentation/how-to-get-consumer-key-and-consumer-secret-on-twitter/\" target=\"_blank\"\u003ehere\u003c/a\u003e is an example on how to do it that I found, to save you the time of Googling it), you will need to create a Twitter App, in your \u003ca href=\"https://dev.twitter.com/\" target=\"_blank\"\u003eTwitter developer account\u003c/a\u003e.\n\n```\n$settings = array(\n    'consumer_key'              =\u003e \"XXXXXxxxXXXXXxXXXXxxx\",\n    'consumer_secret'           =\u003e \"xXxxxXxXXxXxXXxxXXxXXXXxXXxxXXXXXXxxxXxxXX\",\n    'oauth_access_token'        =\u003e \"XXXXXXXXX-XXXxxxxXxXXxXXXXXXxxxXxxxXxXXXXXxXXxxxXXxX\",\n    'oauth_access_token_secret' =\u003e \"XXxXxXXxXxXXxXxxXXXxXxXxxxXXXXXXXXxXXXXXX\"\n);\n```\n\nYou will also need to add your screen name.\n\n```\n$screen_name = 'your_screen_name_here';\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignyourcode%2Ftwitter-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesignyourcode%2Ftwitter-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesignyourcode%2Ftwitter-feed/lists"}