Skip to content
View SingularReza's full-sized avatar
🐢
buzzing
🐢
buzzing
  • Jurgenschmidt
Block or Report

Block or report SingularReza

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

  1. ChanImageDownloader ChanImageDownloader Public

    A simple python script to download all the images in a 4chan thread at once

    Python

  2. drive-folder-copier drive-folder-copier Public

    A simple script to copy folders to Team Drives/Shared Drives in Google Drive

    Python 11 6

  3. CRT-terminal CRT-terminal Public

    A website emulating a terminal on CRT monitor. Live at:

    JavaScript

  4. A python script to scrape mo dao zu ... A python script to scrape mo dao zu shi translations from https://exiledrebelsscanlations.com and compile it into an epub
    1
    import requests
    2
    import urllib.request
    3
    import ebooklib
    4
    
                  
    5
    from bs4 import BeautifulSoup
  5. grandham-rewrite grandham-rewrite Public

    Rewrite for the grandham server

    Go

  6. Manga speedbinb descrambler. Descram... Manga speedbinb descrambler. Descrambles the raw images for speedbinb reader used in sites like pixiv and ichijinsha. Needs Pillow and BeautifulSoup 4
    1
    import sys, re
    2
    import requests
    3
    from PIL import Image, ImageChops
    4
    from io import BytesIO
    5
    from bs4 import BeautifulSoup