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.
- Sends a GET request to the URL: https://www.gram.edu/finaid/scholarships/privatescholar.php
- Parses the HTML content using BeautifulSoup.
- Extracts scholarship headings and links from the page.
- Writes the scholarship information to an Excel file named
my_Scholarships.xlsx
.
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.