Skip to content
View ParvJain's full-sized avatar
🐵
🐵

Organizations

@foss-cafe @socialbotspy
Block or Report

Block or report ParvJain

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. Facebook-Group-Scraper Facebook-Group-Scraper Public

    Scraper for scraping data from private and secret groups

    Python 8

  2. trello-clone-django trello-clone-django Public

    Trello clone build with Django.

    Python 18 8

  3. k8s-utils k8s-utils Public

    Compare environment variables between pods running on different kubernetes clusters.

    Python

  4. tic-tac-toe tic-tac-toe Public

    over-engineered tic-tac-toe

    Python 1 1

  5. git pre-push hook to check code cove... git pre-push hook to check code coverage w/ nyc
    1
    #!/bin/sh
    2
    
                  
    3
    # Setting benchmark to 80% coverage
    4
    
                  
    5
    passing_marks=8000