Skip to content

Shadow129-sys/CodeChef-Profile-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeChef-Profile-Scraper

This is a simple Web Scraping project using python, it helps the user to see details of any CodeChef profile by their username.

Requirements 🔧

🔹 make sure you have python installed in your system or install it here
🔹 install pip

Understanding the code ☕

I have not added too many comments as the function, variable names itself is quite Self explanatory, but if someone is still having problem to understand the code just try testing the code out.

Installation 💻

Clone the project and install the library that are required

git clone https://github.com/Shadow129-sys/CodeChef-Profile-Scraper.git
cd CodeChef-Profile-Scraper
pip install -r requirements.txt

write the usernames in input.txt and run the main.py file in terminal.

python -u main.py

take a look at the Sample_InputOutput folder to get a better understanding about the input output format.

FAQ

  • what is Beautiful Soup?
    It's a python library for pulling data out of HTML and XML files, more about Beautiful Soup here.

  • what is Web Scraping?
    Web scraping is the process of using bots to extract content and data from a website.

Contributing 📋

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

What next ❓

I will be working on adding new features to this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages