{"id":15776389,"url":"https://github.com/mkinney/discord_hello_bot","last_synced_at":"2026-04-27T23:33:29.348Z","repository":{"id":39761405,"uuid":"202956894","full_name":"mkinney/discord_hello_bot","owner":"mkinney","description":"simple discord hello bot in python","archived":false,"fork":false,"pushed_at":"2022-07-05T21:59:18.000Z","size":49,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T06:54:24.790Z","etag":null,"topics":["bot","discord","discord-bot"],"latest_commit_sha":null,"homepage":"","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/mkinney.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}},"created_at":"2019-08-18T03:49:40.000Z","updated_at":"2021-04-20T03:17:55.000Z","dependencies_parsed_at":"2022-09-07T07:11:33.449Z","dependency_job_id":null,"html_url":"https://github.com/mkinney/discord_hello_bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkinney/discord_hello_bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkinney%2Fdiscord_hello_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkinney%2Fdiscord_hello_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkinney%2Fdiscord_hello_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkinney%2Fdiscord_hello_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkinney","download_url":"https://codeload.github.com/mkinney/discord_hello_bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkinney%2Fdiscord_hello_bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32360110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["bot","discord","discord-bot"],"created_at":"2024-10-04T17:21:17.514Z","updated_at":"2026-04-27T23:33:29.333Z","avatar_url":"https://github.com/mkinney.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Used [Make a discord bot in python](https://www.devdungeon.com/content/make-discord-bot-python) to get started with a discord *hello* bot.\n\n# Create a server\nIf you don't already have a server, create one free one at https://discordapp.com. Simply log in, and then click the plus sign on the left side of the main window to create a new server.\n\n# Create an app\nGo to https://discordapp.com/developers/applications/me and create a new app. On your app detail page, save the Client ID. You will need it later to authorize your bot for your server.\n\n# Create a bot account for your app\nAfter creating app, on the app details page, scroll down to the section named bot, and create a bot user. Save the token, you will need it later to run the bot.\n\n# Authorize the bot for your server\nVisit the URL\n\n    https://discordapp.com/oauth2/authorize?client_id=XXXXXXXXXXXX\u0026scope=bot\n\nbut replace XXXX with your app client ID. Choose the server you want to add it to and select authorize.\n\n# Create python environment to run bot (first time)\n\n    virtualenv -p python3 venv\n    # or\n    python3 -m venv venv\n    source venv/bin/activate\n    pip install discord.py\n    pip freeze \u003e requirements.txt\n\nthen later:\n\n    source venv/bin/activate\n    pip install -r requirements.txt\n\n\n# Code the bot\nSee hello.py\n\nNote: Had to change this line:\n\n    await client.send_message(message.channel, msg)\n\nto\n\n    await message.channel.send(msg)\n\nAnother Note: I also pulled the token into an environment variable so I can share the source in git.\n\n    chmod +x hello.py\n\n# Setup somewhere to run the bot\n[Spin up a digital ocean droplet](DO.md)\n\n# Also see:\n[Discord Docs](https://discordpy.readthedocs.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkinney%2Fdiscord_hello_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkinney%2Fdiscord_hello_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkinney%2Fdiscord_hello_bot/lists"}