Source code for my talk on web scraping with Python
-
The
slides/folder contains the downloaded presentation from SlideBean. You can view it here. -
In the
src/folder:index.htmlis a basic webpage andscrape.pyis a Python script that demonstrates scraping itscrape_imdb.pywill extract the details of the top 250 movies on IMDb and outputsmovie_details_shallow.csvplay.pywill attempt to solve the popular 2048 game, originally made by Gabriele Cirulli
-
To start a script, run
python <SCRIPT_NAME_GOES_HERE_WITHOUT_BRACKETS>in your terminal or command line.
Feel free to fork, edit and make pull requests!