{"id":19240894,"url":"https://github.com/binocarlos/twitter-profile","last_synced_at":"2025-07-08T09:33:37.168Z","repository":{"id":13328299,"uuid":"16015187","full_name":"binocarlos/twitter-profile","owner":"binocarlos","description":"Returns a twitter profile object when given some oauth details for a twitter user","archived":false,"fork":false,"pushed_at":"2014-01-18T00:15:12.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T11:48:38.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/binocarlos.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}},"created_at":"2014-01-17T23:54:11.000Z","updated_at":"2014-01-18T00:15:13.000Z","dependencies_parsed_at":"2022-08-25T18:20:25.826Z","dependency_job_id":null,"html_url":"https://github.com/binocarlos/twitter-profile","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/binocarlos%2Ftwitter-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Ftwitter-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Ftwitter-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binocarlos%2Ftwitter-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binocarlos","download_url":"https://codeload.github.com/binocarlos/twitter-profile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240326592,"owners_count":19783877,"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-11-09T17:09:23.856Z","updated_at":"2025-02-23T14:27:19.384Z","avatar_url":"https://github.com/binocarlos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"twitter-profile\n===============\n\nReturns a twitter profile object when given some oauth details for a twitter user\n\n## usage\n\n```\nvar profile = require('./index.js');\n\nprofile({\n  username:..., // twitter screen name\n  userid:..., // twitter user id\n  consumer_key:... // app key,\n  consumer_secret:... // app secret,\n  oauth_token:... // user token,\n  oauth_secret:... // user secret\n}, function(error, user){\n\n\t// user is the users twitter profile (or an error)\n\n})\n```\n\n## installation\n\n```\n$ npm install twitter-profile\n```\n\n## methods\n\n### profile(options, function(){})\n\nload the profile for a user with the following options:\n\n * username - twitter screen name e.g. quarryjs\n * userid - twitter user id - e.g. 576258381\n * consumer_key - the key used by your app\n * consumer_secret - the secret used by your app\n * oauth_token - the OAUTH token returned for the user\n * oauth_secret - the OAUTH secret returned for the user\n\n## license\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinocarlos%2Ftwitter-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinocarlos%2Ftwitter-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinocarlos%2Ftwitter-profile/lists"}