Skip to content
View st1vms's full-sized avatar
๐Ÿ˜Ž
๐Ÿ˜Ž

Highlights

  • Pro
Block or Report

Block or report st1vms

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. unofficial-claude-api unofficial-claude-api Public

    Unofficial Claude API supporting direct HTTP chat creation/deletion/retrieval, messages with multiple file attachments and auto session gathering using Firefox with geckodriver.

    Python 85 10

  2. gptauto gptauto Public

    A fully functional ChatGPT selenium scraper written in Python

    Python 12 2

  3. selgym selgym Public

    Selenium scripting utility library for building scrapers with geckodriver and Firefox

    Python 2 2

  4. onesecmail-api onesecmail-api Public

    1secmail unofficial API, supporting random email generation, fetching messages and downloading attachments

    Python 2

  5. Linear Regression in Python Linear Regression in Python
    1
    """Linear Regression module"""
    2
    
                  
    3
    import numpy as np
    4
    
                  
    5
    
                  
  6. Knapsack 0-1 solver Knapsack 0-1 solver
    1
    """Binary Knapsack solver"""
    2
    
                  
    3
    from sys import exit as sys_exit
    4
    
                  
    5