{"id":17251123,"url":"https://github.com/fumieval/pysocialbot","last_synced_at":"2025-09-10T20:40:32.894Z","repository":{"id":66326301,"uuid":"1982531","full_name":"fumieval/PySocialBot","owner":"fumieval","description":"Advanced Bot Framework","archived":false,"fork":false,"pushed_at":"2011-10-07T08:12:42.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T06:44:07.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://botis.org/PySocialBot","language":"Python","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/fumieval.png","metadata":{"files":{"readme":"README","changelog":"HISTORY","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-01T08:42:16.000Z","updated_at":"2014-04-13T01:09:52.000Z","dependencies_parsed_at":"2023-02-20T02:15:44.494Z","dependency_job_id":null,"html_url":"https://github.com/fumieval/PySocialBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fumieval/PySocialBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FPySocialBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FPySocialBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FPySocialBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FPySocialBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fumieval","download_url":"https://codeload.github.com/fumieval/PySocialBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fumieval%2FPySocialBot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270337796,"owners_count":24566998,"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-08-13T02:00:09.904Z","response_time":66,"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-10-15T06:50:23.435Z","updated_at":"2025-08-14T00:17:01.884Z","avatar_url":"https://github.com/fumieval.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PySocialBot - Python Bot Framework\nhttp://botis.org/wiki/PySocialBot\n\n2011/6/18 Fumiaki Kinoshita\n\nFeatures:\n\tPySocialBot is very easy way to create your own bot.\n\t\n\tTo know how to make a bot with PySocialBot, see the following code:\n\t\n\t--- examples/intro.py ---\n\n\timport datetime\n\tfrom pysocialbot import action, trigger, launcher, twitter\n\t \n\tdef posttime(env):\n\t    return env.api.post(datetime.datetime.today().strftime(\"It's %I %p!\"))\n\t \n\tif __name__ == \"__main__\":\n\t    BOT = launcher.Daemon()\n\t    BOT.trigger = {trigger.Hourly(): action.Call(posttime)}\n\t    BOT.resetstate()\n\t    BOT.env.api = twitter.Api()\n\t    BOT.run()\n\t\n\tYou can create bot only 10 lines using PySocialBot.\n\nGetting Started:\n\tSee examples/manage.default.py.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fpysocialbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffumieval%2Fpysocialbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffumieval%2Fpysocialbot/lists"}