Metadata-Version: 2.0
Name: whats
Version: 0.1.1
Summary: search the first result via the command line
Home-page: https://github.com/shispt/whats
Author: PengTao Shi
Author-email: shispt18@gmail.com
License: MIT
Keywords: whats help console command line ask
Platform: UNKNOWN
Requires-Dist: lxml
Requires-Dist: readability-lxml
Requires-Dist: requests[socks]

whats
========

Search keyword use Google, Print first link's text content

Usage
-------

	$ whats '美丽新世界'


Install
-------

	$ pip install whats

Proxy
-----

shadowsocks proxy example:

	$ export http_proxy='socks5h://127.0.0.1:1080'
	$ export https_proxy='socks5h://127.0.0.1:1080'
	$ whats '美丽新世界'

License
-------

MIT



