Project

taaze

0.0
No commit activity in last 3 years
No release in over 3 years
Get the book comments or collections of specific user.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

taaze Build Status


Taaze is a light package wrote by Ruby. It easy to use for getting comments or collections from online bookstore Taaze | 讀冊生活.

How To Get Started

Install by Ruby gem Taaze

gem install taaze

Requirements

$ bundle install

Usage

This gem may be used as a command line utility or called from code

How to get ID

User's comment
  • You can get user list at 冊格子
  • In every user's personal page , you can get his or her ID from URL
  • Like the user id, you can also get any books' ID from the URL
  • And there are 3 argument for use
    • --comments : get all comments for the user
    • --collections : get all book collection for the user
    • --tags : get all tags of the book
  • And add yaml path where you want to store
    • --output [file_path]
  • Finally the Taaze will return yaml format file

CLI

taaze --comments [user_id] --output [file_path] OR

taaze --collections [user_id] --output [file_path] OR

taaze --tags [book_id] --output [file_path]

For Example

taaze --comments 12522728 --output ./comments.yml

taaze --collections 12522728 --output ./collections.yml

taaze --tags 11100763435 --output ./tags.yml

Output Sample

example.jpg