{"id":15771539,"url":"https://github.com/trstringer/trill","last_synced_at":"2025-07-11T09:38:53.034Z","repository":{"id":57379913,"uuid":"45006367","full_name":"trstringer/trill","owner":"trstringer","description":":baby_chick: Easily and quickly tweet long and short tweets with flexibility","archived":false,"fork":false,"pushed_at":"2015-11-28T01:26:43.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T14:21:59.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/trstringer.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":"2015-10-27T00:20:08.000Z","updated_at":"2015-10-27T00:20:50.000Z","dependencies_parsed_at":"2022-09-06T05:01:39.648Z","dependency_job_id":null,"html_url":"https://github.com/trstringer/trill","commit_stats":null,"previous_names":["tstringer/trill"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trstringer/trill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Ftrill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Ftrill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Ftrill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Ftrill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trstringer","download_url":"https://codeload.github.com/trstringer/trill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Ftrill/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264777876,"owners_count":23662555,"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-04T15:03:04.694Z","updated_at":"2025-07-11T09:38:53.018Z","avatar_url":"https://github.com/trstringer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trill\r\n\r\n*Easily and quickly tweet long and short tweets with flexibility*\r\n\r\n## Install\r\n\r\n```\r\nnpm install trill\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nvar trill = require('trill');\r\n\r\nvar auth = {\r\n    consumer_key: 'your_consumer_key',\r\n    consumer_secret: 'your_consumer_secret',\r\n    access_token_key: 'your_access_token_key',\r\n    access_token_secret: 'your_access_token_secret'\r\n};\r\n\r\nvar tweet = {\r\n    text: 'this is my really long tweet that i want the ENTIRE world to read no matter what if you know what i mean and i think you know exactly what i mean every single time',\r\n    //\r\n    // (optional) allows you to specify\r\n    // how the tweet should be prefixed. i.e. if you want \r\n    // '{Blog Post}: ' in front of your tweet, the below \r\n    // spec will give you that\r\n    prefix: {\r\n        container: 'curley-brackets', // or 'brackets' for []\r\n        text: 'Blog Post',\r\n        divider: ': ' // other example... ' - ', ' :: ', etc.\r\n    },\r\n    //\r\n    // (optional)\r\n    hashtags: ['javascript', 'node'], // don't need a prefixing '#'\r\n    //\r\n    // (optional) if you only want a single tweet (truncated if too many \r\n    // chars) then either don't defined 'wrap' or set it to \r\n    // false. but if you want all of the text to be tweeted \r\n    // then set 'wrap' to true and overflow text will be broken \r\n    // into multiple tweets\r\n    wrap: true\r\n};\r\n\r\ntrill(auth, tweet, function () {\r\n    console.log('finished tweeting your tweet!');\r\n});\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Ftrill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrstringer%2Ftrill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Ftrill/lists"}