From 0de9ca20044ced84c12fbcf3b6de90ac193025e4 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 6 Apr 2024 10:47:43 +0200 Subject: Add Installation Guide for Windows Improve Contributors list in Readme --- etc/tool/contributers.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/tool/contributers.py (limited to 'etc/tool') diff --git a/etc/tool/contributers.py b/etc/tool/contributers.py new file mode 100644 index 00000000..76fa461d --- /dev/null +++ b/etc/tool/contributers.py @@ -0,0 +1,6 @@ +import requests + +url = "https://api.github.com/repos/xtekky/gpt4free/contributors" + +for user in requests.get(url).json(): + print(f'') \ No newline at end of file -- cgit v1.2.3