{"id":18859273,"url":"https://github.com/callocgd/gd-comment-bot-wrapper","last_synced_at":"2026-01-30T16:52:28.832Z","repository":{"id":247340289,"uuid":"825585311","full_name":"CallocGD/GD-Comment-Bot-Wrapper","owner":"CallocGD","description":"A Framework that builds geometry dash comments bots easily.","archived":false,"fork":false,"pushed_at":"2024-12-03T05:16:59.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:14:09.229Z","etag":null,"topics":["daily-chat","daily-chat-bot","daily-chat-bot-with-commands","gdpy","geometry-dash"],"latest_commit_sha":null,"homepage":"","language":"Python","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/CallocGD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-08T06:08:48.000Z","updated_at":"2024-12-03T05:17:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"66e10b88-a5aa-4814-8eed-b619e6a38eb9","html_url":"https://github.com/CallocGD/GD-Comment-Bot-Wrapper","commit_stats":null,"previous_names":["callocgd/gd-comment-bot-wrapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CallocGD/GD-Comment-Bot-Wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CallocGD%2FGD-Comment-Bot-Wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CallocGD%2FGD-Comment-Bot-Wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CallocGD%2FGD-Comment-Bot-Wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CallocGD%2FGD-Comment-Bot-Wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CallocGD","download_url":"https://codeload.github.com/CallocGD/GD-Comment-Bot-Wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CallocGD%2FGD-Comment-Bot-Wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["daily-chat","daily-chat-bot","daily-chat-bot-with-commands","gdpy","geometry-dash"],"created_at":"2024-11-08T04:17:06.250Z","updated_at":"2026-01-30T16:52:28.815Z","avatar_url":"https://github.com/CallocGD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GD Comment Bot Wrapper\n\nSMJS, I see all... Stop trying. to make fun of me. I scrapped this project a long time ago.\n\nMy Super Secret Framework for building Geometry dash comment bots with commands inplace.\nAt this point robtop has pretty much smothered the majority of my free proxies so I'm dumping \nthe source code here to anyone who wishes to continue my legacy that I've pretty much left behind.\n\nIt includes a very friendly coding atmosphere not seen ever in GD Bot programming ever before\n\n## Note\n- Currently Not Working, Daily Level is already have trouble parsing from the string. Nekit, please fix your code for God's Sake.\n- I highly encourage you to fork this code off as there maybe some sneaky bugs that I didn't patch or \ncould be easily executed better.\n- I'll make a new framework when nekit releases gdpy2 which he plans to make very soon. Hopefully he will add socks5 support. \n\n## Some Cleaver Examples include the following\n```py\nfrom discord_webhook import AsyncDiscordWebhook\nimport json, random\nfrom gd import CommentBanned, LevelComment\nfrom dcbot import DCBot\nWEBHOOK_LINK = \"\u003cyour discord webhook\u003e\"\n\nbot = DCBot(\"/\")\n\n@bot.on_comment_banned()\ndef on_comment_banned(ctx:DCBot, ban:CommentBanned):\n    # Uh Oh...\n    webhook = AsyncDiscordWebhook(\n        url=WEBHOOK_LINK,\n        content=f\"@everyone The king is dead ;-; : [Banned] : ```json\\n{json.loads(ban.__dict__)}```\"\n    )\n    # Send our message back to discord\n    await webhook.execute()\n\n# The most basic command in the book....\n@bot.command\nasync def diceroll(ctx:DCBot, comment:LevelComment)\n    return await ctx.send(comment, f\"your rolled a {random.randint(1,6)}\")\n```\n\nEven when the bot becomes commentbanned it has a smart backup-system inplace that will immediately send a \ndm to the user instead so that the bot remains alive for as long as possible without failure. Special event callbacks like in discordpy as demonstrated above are also inplace to help with this.\n\n\n## To The Eldermods\nI am not legally responsible for any damage caused by this code (SEE THE MIT LICENSE) or for any skid or developer who winds up using this framework\nweather that be for the purpose of good or entertainment (I sure hope people use this for good). I am not responsible for people \nusing it for nefarious reasons. I have only implemented/dumped my code off here for educational purposes only, please take my words with a grain of salt.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallocgd%2Fgd-comment-bot-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallocgd%2Fgd-comment-bot-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallocgd%2Fgd-comment-bot-wrapper/lists"}