Several scripts for extracting data from common webpages.
- Spider: simple spider that can fetch all links from any 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
- get_gif_9gag.py: get gif images on 9gag
- get_manga24h.py: get images from manga24h website
- get_myblog_image.py: get images my blog website