A scrappy data collector for Goodreads and Amazon pricing information.
Instructions:
- Fill in
CONSUMER_KEYandCONSUMER_SECRETinscraper.py $ python scraper.py
| { | |
| "blocks": [ | |
| { | |
| "type": "section", | |
| "text": { | |
| "type": "mrkdwn", | |
| "text": "Need support? Click *Request Support*." | |
| }, | |
| "accessory": { | |
| "type": "button", |
A scrappy data collector for Goodreads and Amazon pricing information.
Instructions:
CONSUMER_KEY and CONSUMER_SECRET in scraper.py$ python scraper.py| // @author Marty Kausas <mkausas@purdue.edu> | |
| // Adapted from http://www.mathcs.emory.edu/~cheung/Courses/171/Syllabus/9-BinTree/Progs/Heap/Basic/delete/Heap.java | |
| // This is a basic min-heap implementation written in C for Xinu. It is quite messy. I suggest using it as a black-box. | |
| #include <xinu.h> | |
| void printOldReadyList(); | |
| int rl_node_count = 0; |