{"id":21578293,"url":"https://github.com/stephanakkerman/github-issue-bot","last_synced_at":"2026-04-18T06:35:34.384Z","repository":{"id":157307868,"uuid":"446589435","full_name":"StephanAkkerman/github-issue-bot","owner":"StephanAkkerman","description":"A simple script for creating GitHub issues through Discord commands","archived":false,"fork":false,"pushed_at":"2024-05-25T16:01:26.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-10T05:53:53.673Z","etag":null,"topics":["discord","discord-bot","discord-py","github","github-api","issue","issues","pygithub","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/StephanAkkerman.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}},"created_at":"2022-01-10T21:36:44.000Z","updated_at":"2024-05-25T16:01:29.000Z","dependencies_parsed_at":"2024-05-02T00:56:59.482Z","dependency_job_id":"20890501-641b-458f-b1d7-2fdae7908265","html_url":"https://github.com/StephanAkkerman/github-issue-bot","commit_stats":null,"previous_names":["stephanakkerman/issue-discord-bot","stephanakkerman/github-issue-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fgithub-issue-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fgithub-issue-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fgithub-issue-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanAkkerman%2Fgithub-issue-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanAkkerman","download_url":"https://codeload.github.com/StephanAkkerman/github-issue-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244177648,"owners_count":20410993,"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":["discord","discord-bot","discord-py","github","github-api","issue","issues","pygithub","python"],"created_at":"2024-11-24T13:10:05.142Z","updated_at":"2026-04-18T06:35:34.339Z","avatar_url":"https://github.com/StephanAkkerman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Issue Discord Bot\nThis is a simple Python script for a Discord bot that can create GitHub issues through Discord commands.\\\n[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![MIT License](https://img.shields.io/github/license/StephanAkkerman/Issue_Bot.svg?color=brightgreen)](https://opensource.org/licenses/MIT)\n\n---\n\n## Setup\nThe first step is creating a Discord bot, setting up the basics, and inviting it to your server. For the first part you can watch this [video (watch until 2:20)](https://www.youtube.com/watch?v=Pbq7vPsHDtc).\n\nOr follow these written instructions:\n- Setup your own Discord bot, following this [written tutorial](https://realpython.com/how-to-make-a-discord-bot-python/) or this \n- Give the bot admin rights and all permissions possible, since this is the easiest way to set it up.\n- Invite the bot to your server.\n- Create the text channel where you would like to receive your Instagram updates in.\n\nLast you need to fill in the important information in `config_example.yaml`, so the bot knows which server it should be connected to.\n- Open `config.yaml` \n- Write your bot token behind `TOKEN:` (line 2)\n- Write your server name behind `GUILD_NAME:` (line 3)\n- Change the value behind `REPO:` (line 11)\n\n## GitHub Token\nTo create a personal access token go to this [website](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and follow the tutorial.\nIMPORTANT: This bot needs no GitHub permissions so you can keep everything turned off in what you see at step 8.\nAfter generating the token copy and paste it behind `TOKEN:` (line 10) in `config.yaml`. \n\n## GitHub Labels\nThis bot supports adding labels to new issues. However, your labels need to end with an emoji, below is an overview of the default labels we use:\n- Bug 🐛\n- Important ❗\n- Improvement 📈\n- Low priority 🥉\n- Medium priority 🥈\n- Top priority 🥇\n- New feature ⭐\n- Overhaul 🌈\n- Text change ✍️\n\n## Combining with your own bot\nIf you would like to combine this bot with your own bot, copy the `main.py` file and load your own Discord extenions. \nSee line 31 in `main.py` on how to do this, or check out my other Discord bot for more extensive Discord bots and examples.\n\n## Dependencies\nThe required packages to run this code can be found in the `requirements.txt` file. To run this file, execute the following code block:\n```\n$ pip install -r requirements.txt \n```\nAlternatively, you can install the required packages manually like this:\n```\n$ pip install \u003cpackage\u003e\n```\n\n## How to run\n- Clone the repository\n- Fill in the fields in config.yaml\n- Run `$ python src/main.py`\n- Type `!issue` in your server\n- See result\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fgithub-issue-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanakkerman%2Fgithub-issue-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanakkerman%2Fgithub-issue-bot/lists"}