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