about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01bd405..12a8c8d 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,18 @@ option will appear when you do RMB on user.
 ### Instances
 Also there's a working instance of this thing which is located at
 `ptc.pwn3t.ru`
+
+# Other petpet APIs
+This project was rewritten several times, so this is a list of simillar APIs:
+
+- [messengernew/petpet-api](https://github.com/messengernew/petpet-api)
+ - Written in **Rust**
+ - Instance: [`https://petpet.quadratik.pro/`](https://petpet.quadratik.pro/)
+
+- [wavy-cat/petpet-go](https://github.com/wavy-cat/petpet-go)
+ - Written in **Go**
+ - Instance: [`https://pet.wavycat.ru/`](https://pet.wavycat.ru/)
+
+- [nakidai/cptc](https://github.com/nakidai/cptc)
+ - Written in **C**
+ - There're no any instances of it :<