WxExt
Weixin extention, sougou weixin post spider and weixin api gem
Installation
Add this line to your application's Gemfile:
gem 'wx_ext', '~> 0.2.3'
And then execute:
$ bundle
Usage
See spec/wx_ext/
Test
- Change
spec/wx_ext/weixin_spec.rb
file username and pass rspec spec/wx_ext/weixin_spec.rb
rspec spec/wx_ext/sougou_weixin_spec.rb
Yard
yardoc lib/*.rb lib/wx_ext/*.rb lib/wx_ext/api/*.rb lib/wx_ext/api/user/*.rb
Contributing
- Fork it ( https://github.com/FlowerWrong/wx_ext/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request