{"id":21105876,"url":"https://github.com/kiote/robotwitter","last_synced_at":"2026-02-25T12:11:46.926Z","repository":{"id":56892489,"uuid":"1645300","full_name":"kiote/robotwitter","owner":"kiote","description":"Automate standard twitter tasks","archived":false,"fork":false,"pushed_at":"2012-04-13T11:14:49.000Z","size":230,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-25T04:45:03.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/kiote.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-04-21T13:05:00.000Z","updated_at":"2017-01-15T10:51:29.000Z","dependencies_parsed_at":"2022-08-21T01:20:53.653Z","dependency_job_id":null,"html_url":"https://github.com/kiote/robotwitter","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiote%2Frobotwitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiote%2Frobotwitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiote%2Frobotwitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiote%2Frobotwitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiote","download_url":"https://codeload.github.com/kiote/robotwitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225444482,"owners_count":17475355,"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-20T00:11:41.771Z","updated_at":"2025-10-30T08:52:55.193Z","avatar_url":"https://github.com/kiote.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Robotwitter {\u003cimg src=\"https://secure.travis-ci.org/kiote/robotwitter.png\" /\u003e}[http://travis-ci.org/kiote/robotwitter]\n\nRobotwitter makes it easer to automate some twitter functions, such as:\n * creating tweets\n * retweeting by keywords\n * follow back who follows you\n * unfollow who do not follows you\n\n== Usage\n\n* gem install robotwitter\n\nRobotwitter::Path.set_base your_path_to_cofing\n\nclient = Robotwitter::Robot.new \"settings.yaml\", \"your_twitter_login\", \u0026GETTER\n\u0026GETTER could be nil (see below)\n\nclient.follow_all_back\n\n== Config Example\nyour_twitter_login:\n  consumer_key: key\n  consumer_secret: secret\n  oauth_token: oauth_token\n  oauth_token_secret: oauth_token\n\n== GETTER\nYou can use GETTER as a lambda-function to get new tweets from somewhere.\n Actually it used to work with external http and sqlite database.\n It should be a lambda function wich return string\n\n If you do not need getter, just set GETTER to nil.\n\n=== Getter example\nGETTER = lambda do\n  return_string_got_it_from_somewhere\nend\n\n\n== Copyright\n\nCopyright (c) 2011 Krivich Ekaterina. See LICENSE.txt for\nfurther details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiote%2Frobotwitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiote%2Frobotwitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiote%2Frobotwitter/lists"}