Coder Social home page Coder Social logo

taaze's Introduction

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
  • And there are 2 argument for use
    • --comments : get all comments for the user
    • --collections : get all book collection for the user
  • 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]

For Example

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

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

Output Sample

example.jpg

taaze's People

Contributors

crazyplum avatar gary19930520 avatar hirakujira avatar richohan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.