Giter Club home page Giter Club logo

miraidon's Introduction

Introduction

This tool automates the process of bulk-writing GitHub issues, a functionality not supported by GitHub's web UI.

Requirements

This application is containerized for easy deployment using Docker. If you don't want to use Docker, install Redis and Python 3.9 on your machine.

Installation

First, modify .env.sample with your configuration details and rename it to .env. Then, deploy the application using one of the following methods.

Docker

Run the following command to build and start the application using Docker Compose:

docker compose build
docker compose up -d

Local Machine

Ensure your Redis server is running. Update REDIS_HOST and REDIS_PORT in the .env file to match your Redis server's settings. Then, install the dependencies and start the application:

pip install -r requirements.txt
uvicorn main:app --host "0.0.0.0"

Usage

Navigate to http://localhost:8000 in your web browser (replace 'localhost' with your machine's IP address if necessary). Then type your repository as author/repository form, and upload your issue file (in CSV, JSON, XLSX, or XML format). Push submit to create GitHub issues. You'll see the progress on the screen.

TODO

  • Automatically retrieve the repository list from the user's account
  • Implement CSS for better UI design
  • Add functionality to assign labels to issues

miraidon's People

Contributors

azaraks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.