Skip to content
View upi-0's full-sized avatar
:shipit:
penus anjeng
:shipit:
penus anjeng

Block or report upi-0

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. stemmid stemmid Public

    stemming indonesian sentence.

    Python 19

  2. google-trends-api google-trends-api Public

    Shoot the trends.google.com API, and serve that response.

    Python 5 1

  3. Cheat Script for 10fastfingers.com B... Cheat Script for 10fastfingers.com By UPI.
    1
    import keyboard
    2
    import pyautogui
    3
    import pytesseract
    4
    import time
    5
    from PIL import Image
  4. curl_cffi download handler for scarpy curl_cffi download handler for scarpy
    1
    from scrapy.http import HtmlResponse, Response
    2
    from twisted.internet.threads import deferToThread
    3
    
                  
    4
    class CurlCffiDownloadHandler:
    5
        def __init__(self, settings, crawler=None):