theriley106 / Intro_To_Webscraping

Code for my "Introduction to Web Scraping" talk at Capital One | Programmatically Finding Arbitrage Opportunities Between Amazon and eBay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro_To_Webscraping

My Introduction to Web Scraping talk

Instructions

Install Dependencies

$ pip install -r requirements.txt

Find eBay -> Amazon Trade-In Arbitrage Opportunities

$ python complete.py
Pulling: https://www.amazon.com/s?k=textbook+edition+pearson&i=stripbooks&ref=nb_sb_noss_2&page=1
Pulling: https://www.amazon.com/dp/0134082575
9780134082578
Pulling: https://www.amazon.com/dp/0134093410
0134093410
Pulling: https://www.amazon.com/dp/0131421131
0131421131
Pulling: https://www.amazon.com/dp/0321927044
0321927044
Pulling: https://www.amazon.com/dp/0134497163
0134497163
Pulling: https://www.ebay.com/sch/i.html?_from=R40&_nkw=0134497163+&_sacat=0&LH_TitleDesc=0&_sop=15&rt=nc&LH_BIN=1

*****[ PROFITABLE BOOK FOUND ]*****
TITLE: Statistics for Business: Decision Making and Analysis (3rd Edition)
ISBN: 0134497163
EBAY PRICE: 37.98
TRADE IN PRICE: 65.52
PROFIT: 27.54

Pulling: https://www.amazon.com/dp/013449251X
013449251X
Pulling: https://www.amazon.com/dp/0134257014
9780134257013
Pulling: https://www.ebay.com/sch/i.html?_from=R40&_nkw=9780134257013+&_sacat=0&LH_TitleDesc=0&_sop=15&rt=nc&LH_BIN=1
...

License

The MIT License

Copyright (c) 2010-2019 Google, Inc. http://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Code for my "Introduction to Web Scraping" talk at Capital One | Programmatically Finding Arbitrage Opportunities Between Amazon and eBay

License:MIT License


Languages

Language:Python 100.0%