https://github.com/matijakljajic/issueproxybot
GitHub issue submitting made easier.
https://github.com/matijakljajic/issueproxybot
bot github github-issue issue submitter
Last synced: 10 months ago
JSON representation
GitHub issue submitting made easier.
- Host: GitHub
- URL: https://github.com/matijakljajic/issueproxybot
- Owner: matijakljajic
- Created: 2023-04-14T13:44:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T17:42:24.000Z (10 months ago)
- Last Synced: 2025-03-27T18:35:02.512Z (10 months ago)
- Topics: bot, github, github-issue, issue, submitter
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Issue Submit Bot
Facilitating the submission of issues on GitHub by establishing a seamless connection between the end-user and the platform itself.
By providing a custom form that is specific to the user's program, this program enables the end-user to submit a GitHub issue swiftly and conveniently. This process is particularly useful for individuals who do not use GitHub and for those who wish to remain anonymous.
(your issues locally in a program)
(into GitHub)
## Guidelines (*will update*)
1. Make your custom form which will provide the data.
2. Proceed to feed the bot with the said data.
3. Bot will do it's job through the use of the [GitHub REST API](https://docs.github.com/en/rest).
4. Issue created, plain and simple.
##
Project realised over [PyGithub](https://github.com/PyGithub/PyGithub)