Commit Diff


commit - 4a78a0c668c764df6e24ce923243b594aea830b3
commit + 9ac2311958a25e5dd00074a1359fbfac4058cbd4
blob - 05367634ae1a32d33829941860e9019d300ec5b6 (mode 755)
blob + /dev/null
--- 2ru
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/local/bin/python3
-# -*- coding: utf-8 -*-
-import sys
-import requests
-
-
-def _post_translate_auto_ru(q):
-    r = requests.post("https://translate.foxhaven.cyou/translate",
-                      json=dict(q=q, source="auto", target="ru", format="text", api_key=""),
-                      headers={"Content-Type": "application/json"},
-                      timeout=30)
-    r.raise_for_status()
-    return r.json()["translatedText"]
-
-
-if len(sys.argv) > 1:
-    print(_post_translate_auto_ru(" ".join(sys.argv[1:])))
-else:
-    while True:
-        q = input(">>> ").strip()
-        if not q:
-            continue
-        try:
-            print(_post_translate_auto_ru(q))
-        except Exception as error:
-            print("(!) exception: %s", error)
blob - /dev/null
blob + ffa90563e74a825755b315bd3943fe120474db2b (mode 644)
--- /dev/null
+++ bookmarks.gmi
@@ -0,0 +1,5 @@
+# Закладки в Gemini
+
+=> gemini://gemini.circumlunar.space/news/ Official Project Gemini news feed
+=> gemini://geddit.phreedom.club/ Скрижали Аэлиты: Коллекции ссылок, составленные обитателями русскоязычной Гемисферы.
+=> gemini://phreedom.club/gmisub/ Подборка новостей Gemini за последний месяц