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!
- Host: GitHub
- URL: https://github.com/linarcx/badreads
- Owner: LinArcX
- License: gpl-3.0
- Archived: true
- Created: 2020-03-04T20:23:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T19:10:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T05:15:26.599Z (3 months ago)
- Topics: c, gnu-make, goodreads, html-parser, minimalist, scrapper
- Language: C
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
