Skip to content
View hiroshil's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report hiroshil

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. yanesdkTool yanesdkTool Public

    small 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

  2. batch-deobfuscator batch-deobfuscator Public

    simple batch deobfuscator (obfuscation method using var:~index,length is currently not supported)

    Python 1

  3. 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)
    1
    import re
    2
    from pathlib import Path
    3
    from tqdm import tqdm as Tqdm
    4
    from typing import Any, ClassVar
    5
    from googleapiclient import errors
  4. Upload Gallery to e-hentai using Nod... Upload Gallery to e-hentai using Nodejs (axios)
    1
    const axios = require('axios');
    2
    const fs = require('fs');
    3
    const FormData = require('form-data');
    4
    const uploadFolder = 'testFolder'; // <= folder to upload
    5
    const ulgid = 'xxxxx'; // <= put ulgid here -> https://upld.e-hentai.org/managegallery?ulgid=xxxxxx
  5. 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)
    1
    import re
    2
    from pathlib import Path
    3
    from tqdm import tqdm as Tqdm
    4
    from pydrive2.auth import GoogleAuth
    5
    from pydrive2.drive import GoogleDrive
  6. 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)
    1
    import os
    2
    import re
    3
    import json
    4
    from tqdm import tqdm
    5
    from pathlib import Path