Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vwxyzjn/penspider

A web crawler that crawls the fountain pens listing
https://github.com/vwxyzjn/penspider

Last synced: about 2 months ago
JSON representation

A web crawler that crawls the fountain pens listing

Awesome Lists containing this project

README

        

# Penspider

Penspider is a web cralwer that can crawls the fountain pens listing at a website that periodically presents vintage fountain pens for sale. Usually those new listing of fountain pens would get sold really fast, as shown in
the screenshot below:

![test](files/1.png)

I didn't want to check the website every once in a while, therefore I decided to write a web crawler that would do the job for me. Hence ``penspider`` is created. After deploying it on ubuntu, ``penspider`` would send me emails indicating new listing of fountain pens, as shown in
the screenshot below:

![test tes](files/2.png)

![gtestes](files/3.png)

If you decide to use ``penspider``, please replace ``client_secret.json`` with your own version generated by Google. Notice the current ``client_secret.json`` in the repo has expired (so don't try to use my client_secret to do various things :) ).