{"id":39707531,"url":"https://github.com/mayeedwin/twitterbot","last_synced_at":"2026-01-18T10:34:55.748Z","repository":{"id":212235891,"uuid":"116782399","full_name":"mayeedwin/twitterbot","owner":"mayeedwin","description":"Automatic  Retweet Twitter Bot","archived":false,"fork":false,"pushed_at":"2024-03-28T05:58:29.000Z","size":1866,"stargazers_count":102,"open_issues_count":3,"forks_count":62,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-02T05:18:17.847Z","etag":null,"topics":["bot-retweets","bottom","hashtag","hit","mayeedwin","pwafire","register","retweeet","retweet","tweet","tweets","twitter","twitter-bot"],"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/mayeedwin.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}},"created_at":"2018-01-09T07:36:44.000Z","updated_at":"2024-04-03T13:21:26.000Z","dependencies_parsed_at":"2023-12-13T07:53:52.814Z","dependency_job_id":null,"html_url":"https://github.com/mayeedwin/twitterbot","commit_stats":null,"previous_names":["mayeedwin/twitterbot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mayeedwin/twitterbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayeedwin%2Ftwitterbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayeedwin%2Ftwitterbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayeedwin%2Ftwitterbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayeedwin%2Ftwitterbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayeedwin","download_url":"https://codeload.github.com/mayeedwin/twitterbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayeedwin%2Ftwitterbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bot-retweets","bottom","hashtag","hit","mayeedwin","pwafire","register","retweeet","retweet","tweet","tweets","twitter","twitter-bot"],"created_at":"2026-01-18T10:34:55.642Z","updated_at":"2026-01-18T10:34:55.729Z","avatar_url":"https://github.com/mayeedwin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Reweet Bot \n\nRetweets the latest tweet using the **\"#MeetMaye\"** hashtag. \nIt attempts to retweet once per hour. You can always change the # to fit your needs.\n\n### Install twit\n\nInstall twit while in the ./bot/ folder. The library that lets us talk to Twitter.\n\n```bash\nnpm i twit\n```\n \n### Connecting to Twitter \n\n - Create a Twitter App on Twitter Developers : [https://apps.twitter.com/app/new ](https://apps.twitter.com/app/new). \n \n - Next you'll see a screen with a \"Details\" tab. Setup the App and \"Application Type\", choose \"Read and Write\". \n\n### Create an empty config.js file in the ./bot folder\n\nThen go to the Keys and Access Tokens tab, you will need this data to setup our **config.js** as shown below.\n \n```js\nmodule.exports = {\n    consumer_key:         'API key',\n    consumer_secret:      'API secret key',\n    access_token:         'Access token',\n    access_token_secret:  'Access token secret'\n  }\n``` \n\nIn between those quotes, instead of `'key'`, paste the appropriate info from the Details page. \n\n### Run the app\n\nNow type the following in the command line while in the ./bot folder directory\n \n```bash\nnode bot.js\n``` \n\n### Celebrate\n\nExpect a success message in your console! \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayeedwin%2Ftwitterbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayeedwin%2Ftwitterbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayeedwin%2Ftwitterbot/lists"}