Skip to content

matijakljajic/issuesubmitbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  4. Issue created, plain and simple.

Project realised over PyGithub