Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 697 Bytes

Introduction

Tenant extract discussions from Douban Group and show them based on user configurable parameters: group name, search key string, maxium search discussion number and maxium workers used to search concurrently. Initial intention is to filter rent information in shanghaizufang, but can search in other groups too.

Install

go get -u github.com/jaysinco/tenant

Usage

tenant -h
Usage: tenant [-e][-w] [douban group id] [max page] [search regexp]
  -e bool
      email query result, default FALSE 
  -w int
      max network fetch worker, default one goroutine