Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.21 KB

README.md

File metadata and controls

58 lines (41 loc) · 2.21 KB

IRunCode

Telegram code execution bot based on PistonAPI


GitHub last commit GitHub issues GitHub pull requests

📚 About

The project is supposed to provide the user with a code execution interface through telegram. while there is an official discord bot for it created by the owner of Piston API, Engineer man. there wasn't a telegram bot for it so here we are.

The bot currently supports the following languages:
Python C C++ C# Bash Go Brainfuck Javascript PHP Rust Java

In order to use other supported languages press the Other Languages button.

☁️ Deployment

1- Create a .env file in the app directory and put your Telegram bot API key in the following format API_KEY="<your api key here>"

2- Run the docker compose using docker compose up -d

🎯 To do list

  • Add support for more languages
  • Add a loop and a return function for ease of use
  • Self host the API instead of using the public instance

⭐ Collaboration

We welcome all collaborators to participate in the improvement of Code Goobler! we don't currently have a template so feel free to suggest your ideas through creating issues/pull requests

Bot id: https://t.me/codegoobler_bot
Made with ❤️ by 3riangle

Credits: Piston API Engineer Man