This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import os | |
from time import sleep | |
import pyshiki | |
from pprint import pprint | |
api = pyshiki.Api("<Логин>", "<Пароль>") | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
import os | |
import stat | |
import hashlib | |
def index_dir(d): | |
s = os.stat(d) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name WatchAnything | |
// @namespace https://vk.com/pasha__kun | |
// @version 1.0.0 | |
// @description [shikimori.org] Кнопка открытия случайного аниме из запланированного | |
// @author Pasha__kun | |
// @match https://shikimori.org/* | |
// @match http://shikimori.org/* | |
// @require https://code.jquery.com/jquery-3.3.1.min.js | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Alt Watcher | |
// @namespace https://vk.com/shiki_ex | |
// @version 1.2.0 | |
// @description [shikimori.org] Добавляет ссылку на Альтернативные сайты просмотра аниме ### | |
// @author STorn | |
// @match https://shikimori.org/* | |
// @match http://shikimori.org/* | |
// @require https://code.jquery.com/jquery-3.3.1.slim.min.js | |
// @grant none |
NewerOlder