{"id":18601519,"url":"https://github.com/cluzier/simple-twitter-bot","last_synced_at":"2025-09-08T07:39:52.798Z","repository":{"id":99341947,"uuid":"504233483","full_name":"cluzier/simple-twitter-bot","owner":"cluzier","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-21T21:36:20.000Z","size":504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T17:44:30.457Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cluzier.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-16T16:44:46.000Z","updated_at":"2022-06-16T16:47:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbfd4547-eb05-40dd-9fa7-950b2785850b","html_url":"https://github.com/cluzier/simple-twitter-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cluzier/simple-twitter-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cluzier%2Fsimple-twitter-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cluzier%2Fsimple-twitter-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cluzier%2Fsimple-twitter-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cluzier%2Fsimple-twitter-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cluzier","download_url":"https://codeload.github.com/cluzier/simple-twitter-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cluzier%2Fsimple-twitter-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274152764,"owners_count":25231293,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-07T02:08:37.329Z","updated_at":"2025-09-08T07:39:52.776Z","avatar_url":"https://github.com/cluzier.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Simple Twitter Bot\n\nSimple Twitter bot that tweets out once per day from an array.\n## Installation\n\nInstall with npm\n\n```bash\n  cd simple-twitter-bot\n  npm install\n```\n\nCreate a new file named `twitterClient.js` and copy and paste the following code and insert your keys:\n```javascript\nconst { TwitterApi } = require('twitter-api-v2');\n\nconst client = new TwitterApi({\n    appKey: \"your api key here\",\n    appSecret: \"your api secret key here\",\n    accessToken: \"your access token here\",\n    accessSecret: \"your secret access token here\"\n});\n\nconst rwClient = client.readWrite;\n\nmodule.exports = rwClient;\n```\n    \n## Deployment\n\nTo deploy this project run\n\n```bash\n  node index.js\n```\n\n\n## API Reference\n\n- [Twitter API](https://developer.twitter.com/en)\n## Authors\n\n- [@cluzier](https://www.github.com/cluzier)\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluzier%2Fsimple-twitter-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcluzier%2Fsimple-twitter-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcluzier%2Fsimple-twitter-bot/lists"}