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

https://github.com/linarcx/badreads

Good guys use badreads!
https://github.com/linarcx/badreads

c gnu-make goodreads html-parser minimalist scrapper

Last synced: 19 days ago
JSON representation

Good guys use badreads!

Awesome Lists containing this project

README

        





### Build and run from source
You can build badreads with different build-systems(gnu-make or visual-studio) with different configurations.(x86,64 | debug,release).
But before compiling you need some tools:

#### build dependencies
- git
- clang(or gcc)
- gnu-make(or visual-studio)

Now i'll show you how compile badreads on linux machine.(compiler: gcc, build-tools: make, mode: release)

1. Clone the project
`git clone https://github.com/LinArcX/badreads/`

2. Go into it:
`cd badreads/build_tools/make`

3. Run make:
`make`

4. Run the executable:
`./output/release/badreads`

## License
![License](https://img.shields.io/github/license/LinArcX/badreads.svg)