{"id":26633198,"url":"https://github.com/garugaru/twitter-bot","last_synced_at":"2026-05-18T02:32:20.422Z","repository":{"id":94819560,"uuid":"96035825","full_name":"GaruGaru/twitter-bot","owner":"GaruGaru","description":"Twitter bot written in java","archived":false,"fork":false,"pushed_at":"2017-07-02T16:43:06.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T15:39:49.372Z","etag":null,"topics":["bot","java","twitter","twitter-api"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/GaruGaru.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,"zenodo":null}},"created_at":"2017-07-02T16:31:26.000Z","updated_at":"2017-07-02T16:50:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc6f2373-7eb1-4447-b818-108f41a19d3f","html_url":"https://github.com/GaruGaru/twitter-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GaruGaru/twitter-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Ftwitter-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Ftwitter-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Ftwitter-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Ftwitter-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaruGaru","download_url":"https://codeload.github.com/GaruGaru/twitter-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaruGaru%2Ftwitter-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["bot","java","twitter","twitter-api"],"created_at":"2025-03-24T15:13:59.984Z","updated_at":"2026-05-18T02:32:20.408Z","avatar_url":"https://github.com/GaruGaru.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Twitter bot framework written in java based on Twitterj4 \n\n\n## Usage \n\n### Create twitterj4.properties file under main/resources folder\n\n    oauth.consumerKey=***********************\n    oauth.consumerSecret=***********************\n    oauth.accessToken=***********************\n    oauth.accessTokenSecret=***********************\n\n###  Pendulum bot (please just don't do this)\n\n        TwitterBot bot = TwitterBot.builder()\n                .twitter(TwitterApi.fromTwitter(TwitterFactory.getSingleton()))\n                .task(twitter -\u003e twitter.twit(\"tick\"), 1, TimeUnit.SECONDS)\n                .task(twitter -\u003e twitter.twit(\"Donn\"), 1, TimeUnit.HOURS)\n                .build();\n        bot.run();\n\n\n### Rss example \n\n            TwitterBot bot = TwitterBot.builder()\n                    .twitter(TwitterApi.fromTwitter(TwitterFactory.getSingleton()))\n                    .task(RssTask.create(\"https://www.reddit.com/r/programming/.rss\"), 6, TimeUnit.HOURS)\n                    .build();\n    \n            bot.run();","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarugaru%2Ftwitter-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarugaru%2Ftwitter-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarugaru%2Ftwitter-bot/lists"}