A python program to fetch subscriptions from mail, pull the swappa listings (new and old), scrape them and do perform exploratory data analysis.
The after-market data can be used to understand the selling distribution and market trends before making a purchase
- Python GMAIL API - To read mails from GMAIL and fetch the listings for swappa
- Scrapy - To scrape data from swappa
- Tableau - To draw the visualization/EDA
- Google Viz - To draw visualization for the web (WIP)
iPhone 8 has 319 listings out of 3000 total. (Roughly 10% of total phones)
For iPhone X, 400-470 price bin contains most of the phone which are listed as well as sold. One can see that prices above $570 are not being sold.
New Jersey and Texas has the most sellers
In folder v1, run the scripts in below order
- mail.py (Uses GMAIL API). If you have data skip this file
- s1.py (You need to have scrapy for this)
- merge.py


