Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A python library for collegescorecard.ed.gov/

License

Notifications You must be signed in to change notification settings

Jeff-Lewis/scorecard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scorecard

A python library for collegescorecard.ed.gov

Getting Started

Before you do anything, you're going to need an API key. You can apply for one here.

Then import the ScoreCard class.

from scorecard.api import ScoreCard

Create a ScoreCard instance.

sc = ScoreCard(API_KEY='your api key')

Search for a college

colleges = sc.search('Howard University')

search() will return a list of College objects.

You can also search for a specific college using it's id.

howard = sc.search(id=131520)

About

A python library for collegescorecard.ed.gov/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%