owner refs updated

This commit is contained in:
Youth Innovations 2025-10-09 21:34:15 +02:00
parent 1d55a41a2d
commit a2b8d904a9
9 changed files with 76 additions and 22 deletions

View file

@ -1,5 +1,5 @@
<h1 align="center">
<a href="https://github.com/engineer-man/piston">
<a href="https://github.com/infoyouth/piston">
<img src="var/docs/images/piston.svg" valign="middle" width="58" height="58" alt="engineer-man piston" />
</a>
<span valign="middle">
@ -12,14 +12,14 @@
<br>
<p align="center">
<a href="https://github.com/engineer-man/piston/commits/master">
<img src="https://img.shields.io/github/last-commit/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/infoyouth/piston/commits/master">
<img src="https://img.shields.io/github/last-commit/infoyouth/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub last commit">
<a href="https://github.com/engineer-man/piston/issues">
<img src="https://img.shields.io/github/issues/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/infoyouth/piston/issues">
<img src="https://img.shields.io/github/issues/infoyouth/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub issues">
<a href="https://github.com/engineer-man/piston/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/engineer-man/piston.svg?style=for-the-badge&logo=github&logoColor=white"
<a href="https://github.com/infoyouth/piston/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/infoyouth/piston.svg?style=for-the-badge&logo=github&logoColor=white"
alt="GitHub pull requests">
</p>
@ -64,7 +64,7 @@ It's used in numerous places including:
The following are approved and endorsed extensions/utilities to the core Piston offering.
- [I Run Code](https://github.com/engineer-man/piston-bot), a Discord bot used in 4100+ servers to handle arbitrary code evaluation in Discord. To get this bot in your own server, go here: https://emkc.org/run.
- [I Run Code](https://github.com/infoyouth/piston-bot), a Discord bot used in 4100+ servers to handle arbitrary code evaluation in Discord. To get this bot in your own server, go here: https://emkc.org/run.
- [Piston CLI](https://github.com/Shivansh-007/piston-cli), a universal shell supporting code highlighting, files, and interpretation without the need to download a language.
- [Node Piston Client](https://github.com/dthree/node-piston), a Node.js wrapper for accessing the Piston API.
- [Piston4J](https://github.com/the-codeboy/Piston4J), a Java wrapper for accessing the Piston API.
@ -111,7 +111,7 @@ POST https://emkc.org/api/v2/piston/execute
```sh
# clone and enter repo
git clone https://github.com/engineer-man/piston
git clone https://github.com/infoyouth/piston
```
> [!NOTE]
@ -145,7 +145,7 @@ docker run \
-dit \
-p 2000:2000 \
--name piston_api \
ghcr.io/engineer-man/piston
ghcr.io/infoyouth/piston
```
## Piston for testing packages locally