Skip to content

This simple script crawl wallpepers site Simpledesktops.com and download them all in the specified directory.

Notifications You must be signed in to change notification settings

luciano-im/SimpleDesktop-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDesktop-Bot

This script is part of the Web Scraping with Python blog post.


Web Scraping con Python


How to run the script?

  1. Install Python 3
  2. Install requests and Beautiful Soup
    $ pip install requests
    $ pip install beautifulsoup4
    
    or
    $ pip install -r requirements.txt
    
  3. Run
    $ python3 simpledesktop-bot.py
    

About

This simple script crawl wallpepers site Simpledesktops.com and download them all in the specified directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages