This commit is contained in:
2026-05-26 16:27:49 +03:00
parent 1977fed437
commit f5de7bb62d
2 changed files with 45 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
import requests
class GB:
def __init__(self, api_id, api_hash):
self.api_id = api_id
self.api_hash = api_hash
self.root_url = "https://gelbooru.com/index.php"
def get_from_id(self, id_post):
pass
def get_from_md5(self, md5):
pass
def get_binary_file(self, id_post):
pass