Several scripts for extracting data from common webpages.
- Spider: simple spider which can fetch all links from the given domain
- simple_webpage.py: fetch all links from a website (using regex)
- single_webpage_v2.py: fetch all links from a webpage (using BeautifulSoup)
- youtube_playlist.py: fetch all urls from a youtube playlist
- get_synonyms.py: get a list of synonyms and antonyms for a word
- dictionary_lookup.py: look up a word and show the definition
- get_weather_forecast.py: check out weather forecast