Skip to content

Jemajr/Web-Scraper-GSU-Scholarship-Info-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Scholarship Scraper and Excel Writer

Description

This script scrapes scholarship information from the Grambling State University financial aid (Private Scholarships, which was initially hard to find) website and writes it to an Excel file.

Result

How it Works

  1. Sends a GET request to the URL: https://www.gram.edu/finaid/scholarships/privatescholar.php
  2. Parses the HTML content using BeautifulSoup.
  3. Extracts scholarship headings and links from the page.
  4. Writes the scholarship information to an Excel file named my_Scholarships.xlsx.

Output

The script creates an Excel file with two columns:

  • Scholarships: The name of the scholarship.
  • Link to apply: The URL to apply for the scholarship.

The Excel file is formatted with bold headers and adjusted column widths for readability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages