├── README.md ├── config.json ├── libs ├── api.js ├── crawler.js ├── general.js └── parsing.js ├── package.json └── paperchaser.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/config.json -------------------------------------------------------------------------------- /libs/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/libs/api.js -------------------------------------------------------------------------------- /libs/crawler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/libs/crawler.js -------------------------------------------------------------------------------- /libs/general.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/libs/general.js -------------------------------------------------------------------------------- /libs/parsing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/libs/parsing.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/package.json -------------------------------------------------------------------------------- /paperchaser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mandatoryprogrammer/PaperChaser/HEAD/paperchaser.js --------------------------------------------------------------------------------