Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjordan/scrapingforfunandprofit
Code accompanying my talk at code4lib BC, November 2014
https://github.com/mjordan/scrapingforfunandprofit
Last synced: 29 days ago
JSON representation
Code accompanying my talk at code4lib BC, November 2014
- Host: GitHub
- URL: https://github.com/mjordan/scrapingforfunandprofit
- Owner: mjordan
- License: unlicense
- Created: 2014-11-19T07:34:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T14:42:10.000Z (almost 10 years ago)
- Last Synced: 2024-10-08T08:32:33.509Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Scraping for Fun and Profit
===============================Code samples used during my lightning talk at [code4lib BC](http://wiki.code4lib.org/BC), November 2014. The [slidedeck](https://dl.dropboxusercontent.com/u/1015702/linked_to/Web%20Scraping%20for%20Fun%20and%20Profit.pdf) from the talk is also available.
To clone this repo, run the following command:
```
git clone [email protected]:mjordan/scrapingforfunandprofit.git
```To use the Python scripts, you need to have the [Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) and [Requests](http://docs.python-requests.org/en/latest/) libraries installed. Using the PHP script does not require installation of any third-party libraries.