Skip to content

Several scripts for extracting data from common webpages.

Notifications You must be signed in to change notification settings

lamngo255/crawler_scripts

Repository files navigation

Crawler Scripts

Several scripts for extracting data from common webpages.

  1. Spider: simple spider that can fetch all links from any given domain
  2. simple_webpage.py: fetch all links from a website (using regex)
  3. single_webpage_v2.py: fetch all links from a webpage (using BeautifulSoup)
  4. youtube_playlist.py: fetch all urls from a youtube playlist
  5. get_synonyms.py: get a list of synonyms and antonyms for a word
  6. dictionary_lookup.py: look up a word and show the definition
  7. get_weather_forecast.py: check out weather forecast
  8. get_gif_9gag.py: get gif images on 9gag
  9. get_manga24h.py: get images from manga24h website
  10. get_myblog_image.py: get images my blog website

About

Several scripts for extracting data from common webpages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages