Uses Beautiful Soup 4 and requests; you'll need to install both of these before using Pyskim.
Right now, Pyskim just:
- Asks for a URL to scrape and an output file name
- Scrapes the links from the URL you enter
- Prints the links to the screen
- Writes the links to an output file with the name you supplied.