{"id":16628099,"url":"https://github.com/thegoldenpro/cloudy_bot","last_synced_at":"2025-10-30T02:30:31.389Z","repository":{"id":183657071,"uuid":"670528642","full_name":"THEGOLDENPRO/cloudy_bot","owner":"THEGOLDENPRO","description":"☁️ A simple \u0026 basic Discord API wrapper built on top of nextcore. [WIP]","archived":true,"fork":false,"pushed_at":"2023-08-16T22:32:55.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T04:12:05.308Z","etag":null,"topics":["cloudy","cloudy-bot","cloudy-wrapper","discord-api-wrapper","nextcore"],"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/THEGOLDENPRO.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}},"created_at":"2023-07-25T08:54:44.000Z","updated_at":"2023-10-14T17:05:30.000Z","dependencies_parsed_at":"2023-07-29T01:52:22.546Z","dependency_job_id":null,"html_url":"https://github.com/THEGOLDENPRO/cloudy_bot","commit_stats":null,"previous_names":["thegoldenpro/cloudy_bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEGOLDENPRO%2Fcloudy_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEGOLDENPRO%2Fcloudy_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEGOLDENPRO%2Fcloudy_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/THEGOLDENPRO%2Fcloudy_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/THEGOLDENPRO","download_url":"https://codeload.github.com/THEGOLDENPRO/cloudy_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238926033,"owners_count":19553427,"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":["cloudy","cloudy-bot","cloudy-wrapper","discord-api-wrapper","nextcore"],"created_at":"2024-10-12T04:30:04.192Z","updated_at":"2025-10-30T02:30:31.105Z","avatar_url":"https://github.com/THEGOLDENPRO.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n  # ☁️ Cloudy\n\n  \u003csub\u003eA simple \u0026 basic Discord API wrapper built on top of [nextcore](https://github.com/nextsnake/nextcore).\u003c/sub\u003e\n\n\u003c/div\u003e\n\n\u003e *Cloudy is a Discord API wrapper I decided to make because I wanted to escape the harsh reality of working on my Discord bot framework [Goldy Bot V5](https://github.com/Goldy-Bot/Goldy-Bot-V5).*\n\n\u003e ### ⚠️ Work in progress...\n\n## *WHAT DA HELL! WHAT IS WRONG WITH YOU PYTHON DEVELOPERS? ANOTHER FU#KING DISCORD API WRAPPER!!!*\nYes, another fu#king python Discord API wrapper; but *let me 🍲cook this time...*\n\n- **Quick to script.** Cloudy is built for quick write-ups, before you know it you essentially have a functioning bot.\n- **The Design is Very Human!** Even a script kiddy would know what they're doing.\n- **Lightweight,** I try to keep the codebase as lite and least complex as possible, mostly for maintainability reasons.\n- **Fast as fu#k!** Yeah *totally* all because of my hard work. [~~nextcore~~](https://github.com/nextsnake/nextcore)\n- **Touch the low-end even harder!!! 😳** *wait what...* alright this is getting out of hand now...\n\n*ANYWAYS, here's some code:*\n\n```python\nfrom cloudy.impl import Bot, Droplet\n\nbot = Bot()\n\n@bot.command()\nasync def ping(droplet: Droplet):\n    await droplet.send(\"Pong!\")\n\nbot.run()\n```\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"./assets/pong.png\"\u003e\n\n\u003c/div\u003e\n\n\u003e #### Hate it? ~~Skill issue.~~\n\n### Where do I pass my bot token?\nCloudy by default uses the ``BOT_TOKEN`` environment variable so we recommend using ``.env`` files to store your bot token and other sensitive information.\n\nJust create a file named ``.env`` and enter your bot token like so:\n```env\nBOT_TOKEN=\"...\"\n```\n*~~\"you can pass it in bot class\"~~*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegoldenpro%2Fcloudy_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegoldenpro%2Fcloudy_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegoldenpro%2Fcloudy_bot/lists"}