{"id":16399424,"url":"https://github.com/dimaip/dimaip.twitterhelper","last_synced_at":"2025-10-26T15:31:02.443Z","repository":{"id":10627277,"uuid":"66405222","full_name":"dimaip/Dimaip.TwitterHelper","owner":"dimaip","description":"EEL helper to query Twitter API v1.1","archived":false,"fork":false,"pushed_at":"2022-07-13T08:16:57.000Z","size":209,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-18T19:45:28.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dev.twitter.com/rest/public","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/dimaip.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":"2016-08-23T21:36:00.000Z","updated_at":"2021-09-30T09:33:36.000Z","dependencies_parsed_at":"2022-07-26T00:01:01.596Z","dependency_job_id":null,"html_url":"https://github.com/dimaip/Dimaip.TwitterHelper","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaip%2FDimaip.TwitterHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaip%2FDimaip.TwitterHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaip%2FDimaip.TwitterHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimaip%2FDimaip.TwitterHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimaip","download_url":"https://codeload.github.com/dimaip/Dimaip.TwitterHelper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862649,"owners_count":16555951,"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-10-11T05:24:14.867Z","updated_at":"2025-10-26T15:30:57.127Z","avatar_url":"https://github.com/dimaip.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeosCMS EEL Helper to access Twitter API\n\n## TL;DR\n\n1. Install the package: `composer require dimaip/twitterhelper:dev-master`\n2. Go to https://apps.twitter.com/ and create a new app with read-only permissions.\n3. Go to \"Keys and Access Tokens\" tab and copy the access tokens to your `Settings.yaml` file in the following way:\n\n```\nDimaip:\n  TwitterHelper:\n    oauthAccessToken: XXX\n    oauthAccessTokenSecret: XXX\n    consumerKey: XXX\n    consumerSecret: XXX\n```\n\nThat's all! Now you can use the ready-made `Dimaip.TwitterHelper:Timeline` TS object, e.g.:\n\n```\nroot = Dimaip.TwitterHelper:Timeline {\n\tuser = 'neoscms'\n\tcount = 100\n}\n```\n\nTo adjust the looks, alter the `Dimaip.TwitterHelper:Tweet` TS object. It has `tweet` context variable with all of the fields described here: https://dev.twitter.com/overview/api/tweets\n\nOr you can use the EEL helper directly to make any kind of GET request to the Twitter API, e.g.:\n`${Twitter.getRequest('statuses/user_timeline', 'screen_name=neoscms\u0026count=10')}`\n\nThe EEL helper takes two arguments: Twitter API GET endpoint name and GET arguments for that endpoint.\n\n**The development of this plugin was kindly sponsored by [CODE Q](https://www.codeq.at/)**\n\n\u003cimg src=\"codeq.png\" alt=\"Code Q\" width=\"200\"/\u003e\n\n**[Get in touch](dimaip.github.io/hire/) with me if you need to get something nice and Neos-y developed ;)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimaip%2Fdimaip.twitterhelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimaip%2Fdimaip.twitterhelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimaip%2Fdimaip.twitterhelper/lists"}