Skip to content
View varungarg6781's full-sized avatar
Block or Report

Block or report varungarg6781

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. GPT5-Clone GPT5-Clone Public

    This project provides a intuitive user interface for a GPT-4 based chatbot application. Featuring a side navigation bar and a responsive chat window, it is designed to facilitate seamless interacti…

    JavaScript

  2. TraningAndPlacementPortal TraningAndPlacementPortal Public

    The purpose of developing this software project is to fully automate Training and Placement Process for MNNIT Allahabad. This software is capable of maintaining the student and company records, sen…

  3. web-form-filler web-form-filler Public

    This repository contains a Python script that automates the process of filling web forms using data from a CSV file. The script utilizes the BeautifulSoup library for web scraping and the Selenium …

    Python

  4. blogging-platform-flask blogging-platform-flask Public

    This Flask Blogging Platform is a lightweight web application that allows users to create, view, and manage blog posts. It serves as a starting point for developing your blogging website using Flask.

    Python 2

  5. This Python script template is desig... This Python script template is designed for web scraping specific profiles and their collections from a website. It uses sets to avoid duplicate scraping, BeautifulSoup for HTML parsing, and requests for web requests. The script iterates over profile URLs, scrapes new collections, and compiles the data into a JSON file, with placeholders for customization based on the target website's structure.
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    import json
    4
    
                  
    5
    def scrape_collection(collection_url):
  6. medpass medpass Public

    Medpass is a web interface for doctors to communicate with patients and keep their records. This will acts as a CRM for hospitals

    CSS