I may be slow to respond.
- Vietnam
Pinned Loading
-
yanesdkTool
yanesdkTool Publicsmall command line tool for working with yanesdk (*.dat) files, some .dat files need .lst file (which contains necessary information for extraction) which not currently supported, only view mode is…
Python 5
-
batch-deobfuscator
batch-deobfuscator Publicsimple batch deobfuscator (obfuscation method using var:~index,length is currently not supported)
Python 1
-
Script to download files or folders ...
Script to download files or folders from Google Drive using PyDrive2 (with Tqdm progress bar and resumable download supported) 1import re
2from pathlib import Path
3from tqdm import tqdm as Tqdm
4from typing import Any, ClassVar
5from googleapiclient import errors
-
Upload Gallery to e-hentai using Nod...
Upload Gallery to e-hentai using Nodejs (axios) 1const axios = require('axios');
2const fs = require('fs');
3const FormData = require('form-data');
4const uploadFolder = 'testFolder'; // <= folder to upload
5const ulgid = 'xxxxx'; // <= put ulgid here -> https://upld.e-hentai.org/managegallery?ulgid=xxxxxx
-
Script to upload files or folders to...
Script to upload files or folders to a Google Drive folder using PyDrive2 (with Tqdm progress bar supported) 1import re
2from pathlib import Path
3from tqdm import tqdm as Tqdm
4from pydrive2.auth import GoogleAuth
5from pydrive2.drive import GoogleDrive
-
Script to upload a file to a OneDriv...
Script to upload a file to a OneDrive folder using Office365-REST-Python-Client (with Tqdm progress bar and resumable upload supported) 1import os
2import re
3import json
4from tqdm import tqdm
5from pathlib import Path
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.