{"id":16575065,"url":"https://github.com/zalk0/chouettebot-discord","last_synced_at":"2025-10-29T04:31:00.166Z","repository":{"id":170309748,"uuid":"481971505","full_name":"Zalk0/ChouetteBot-discord","owner":"Zalk0","description":"Discord bot project using discord.py with fun and useful commands","archived":false,"fork":false,"pushed_at":"2025-02-10T20:16:31.000Z","size":401,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T21:25:34.742Z","etag":null,"topics":["bot","discord","discord-bot","discordpy","discordpy-bot","python"],"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/Zalk0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-04-15T13:43:23.000Z","updated_at":"2024-12-31T14:34:01.000Z","dependencies_parsed_at":"2024-05-13T08:43:57.805Z","dependency_job_id":"0f261b61-b729-4a8a-99f4-605a00d66f71","html_url":"https://github.com/Zalk0/ChouetteBot-discord","commit_stats":null,"previous_names":["zalk0/chouettebot-discord"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalk0%2FChouetteBot-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalk0%2FChouetteBot-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalk0%2FChouetteBot-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalk0%2FChouetteBot-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zalk0","download_url":"https://codeload.github.com/Zalk0/ChouetteBot-discord/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238768407,"owners_count":19527196,"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":["bot","discord","discord-bot","discordpy","discordpy-bot","python"],"created_at":"2024-10-11T21:46:33.039Z","updated_at":"2025-10-29T04:30:59.805Z","avatar_url":"https://github.com/Zalk0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChouetteBot-discord\n\n![Python version 3.9+](https://img.shields.io/badge/Python-3.9+-blue)\n[![Ruff status](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/ruff.yaml/badge.svg?branch=main)](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/ruff.yaml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Zalk0/ChouetteBot-discord/main.svg)](https://results.pre-commit.ci/latest/github/Zalk0/ChouetteBot-discord/main)\n\nJust some random project of doing a Discord bot using\n[discord.py](https://github.com/Rapptz/discord.py).  \nYou need to have Python 3.9 or higher installed!\n\nClone the projet and install the requirements (preferably in a\n[venv](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments)):\n\n```bash\ngit clone git@github.com:Zalk0/ChouetteBot-discord.git\ncd ChouetteBot-discord\npip install -r requirements.txt\n```\n\n---\n\nBefore launching the bot, you need to fill in a `.env` file (using the\n[template](https://github.com/Zalk0/ChouetteBot-discord/blob/main/.env.example)\nI provide in the repo) and put a Discord bot token inside.  \nTo have one, go to the\n[Discord Developer Portal](https://discord.com/developers) and create a new\napplication.  \nGo to the Bot section and click the Reset Token button, you can now claim the\ntoken.  \nYou need to enable the message content and members Privileged Gateway Intents as I assume\nthey're enabled in the code (or change them).  \nYou also have to fill the other fields in your `.env` file or else you're going to have errors.\n\n---\n\nAfter having done all this you can launch the bot :\n\n```bash\npython -m chouette\n```\n\n---\n\n## Contribution\n\nPlease check the [contributing guide](CONTRIBUTING.md) if you would like to participate in the project.\n\n---\n\n## Docker\n\n[![Docker Image](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/docker-image.yaml/badge.svg?branch=main)](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/docker-image.yaml)\n[![Docker Image Version](https://img.shields.io/docker/v/gylfirst/chouettebot?style=flat)](https://hub.docker.com/r/gylfirst/chouettebot)\n\nYou can use a Docker image to deploy the bot.\nIt's currently supporting amd64, armv6, armv7 and arm64 architectures.\nWe provide deployment information on the\n[Docker Hub repository](https://hub.docker.com/r/gylfirst/chouettebot).\n\nYou can build it from source with:\n\n```bash\ndocker build .\n# or\ndocker build --build-arg version=tag -t app:tag .\n```\n\n(see [Docker Build CLI Options](https://docs.docker.com/reference/cli/docker/image/build/#options)\nto get more info)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalk0%2Fchouettebot-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalk0%2Fchouettebot-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalk0%2Fchouettebot-discord/lists"}