GithubHelp home page GithubHelp logo

akhilender-bongirwar / executer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 127 KB

This is my first time building a github app. I have used probot in building this github app.

License: ISC License

Dockerfile 3.13% JavaScript 96.87%

executer's Introduction

code-verifier

A GitHub App built with Probot that A Probot app

Functionality

The Code Verifier feature enables you to execute the selected code and receive the output as a comment below. It allows you to quickly test and validate the code you have written by executing it and observing the results in the form of comments.

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t code-verifier .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> code-verifier

How to use

  • Allow all the permissions to the app which it requires.
  • Whenever you have an open pull request, You can test this app by following the below steps.
  • Go to the Files Changed tab within the opened pull request window.
  • Select all the required which you want to execute.
  • Then there will be a comment box popping up, simply write the command "/execute".
  • This command will execute the selected code and return a new comment below it as an output.

IMPORTANT NOTICE

The application is currently in the development stage, where the main focus lies on building and refining the logic and functions. At this phase, the implementation of additional features or interfaces has not been prioritized.

Contributing

If you have suggestions for how code-verifier could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2023 Akhil

executer's People

Contributors

akhilender-bongirwar 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.