{"id":16375885,"url":"https://github.com/sirywell/impersonation","last_synced_at":"2026-04-29T01:03:02.924Z","repository":{"id":114022123,"uuid":"167085744","full_name":"SirYwell/Impersonation","owner":"SirYwell","description":"Create AI based bots for chat services like telegram and discord easily","archived":false,"fork":false,"pushed_at":"2019-02-17T00:52:00.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-18T03:49:15.156Z","etag":null,"topics":["dialogflow","discord","discord-bot","java","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","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/SirYwell.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":"2019-01-22T23:52:43.000Z","updated_at":"2020-10-21T18:04:57.000Z","dependencies_parsed_at":"2023-06-14T08:45:44.310Z","dependency_job_id":null,"html_url":"https://github.com/SirYwell/Impersonation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SirYwell/Impersonation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FImpersonation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FImpersonation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FImpersonation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FImpersonation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirYwell","download_url":"https://codeload.github.com/SirYwell/Impersonation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirYwell%2FImpersonation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["dialogflow","discord","discord-bot","java","telegram","telegram-bot"],"created_at":"2024-10-11T03:22:30.830Z","updated_at":"2026-04-29T01:03:02.908Z","avatar_url":"https://github.com/SirYwell.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Impersonation\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0da2c0a46dcb4c8e9f240366a46351a8)](https://app.codacy.com/app/hannesgreule/Impersonation?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=SirYwell/Impersonation\u0026utm_campaign=Badge_Grade_Dashboard)\n\nThis project is for simple interactions between a chat service like Discord\nand [Dialogflow](https://dialogflow.com). It supports multiple bot instances \nusing a own thread per instance.\n\nAll bots are set up using a config file.\n\n## Setup\n\nTo start the program, you can simply use the command line:\n\n`$ java -jar impersonation-VERSION.jar \u003cconfig\u003e` where \u0026lt;config\u0026gt; is a json file\nin the following format:\n\n```json5\n{\n    \"bots\": [\n        {\n            \"name\": \"Chat Service name\",\n            \"chat_service\": \"java.class.implementing.ChatService\"\n            // further settings, see documentation of the implementing chat service\n        }\n    ]\n}\n```\n\nFor example, if you want to have a discord bot:\n\n```json\n{\n    \"bots\": [\n        {\n            \"name\": \"My Super Intelligent Discord Bot\",\n            \"chat_service\": \"de.hannesgreule.chat.impersonation.discord.DiscordChatService\",\n            \"discord_token\": \"your token here\",\n            \"dialogflow_project\": \"your project id here\",\n            \"google_credentials\": \"your google credentials file here\"\n        }\n    ]\n}\n```\n\nIt's simple, isn't it?\n\n## TODOs\n\n* Add Telegram support\n* Add support for inlining google credentials\n* Abstract the project into chat service and impersonation\n\n## Contributing\n\nFeel free to add cool stuff. Just create a Pull Request and let's discuss!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirywell%2Fimpersonation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirywell%2Fimpersonation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirywell%2Fimpersonation/lists"}