https://github.com/flowerwrong/wx_ext
微信接口以及之外的扩展接口
https://github.com/flowerwrong/wx_ext
Last synced: about 1 month ago
JSON representation
微信接口以及之外的扩展接口
- Host: GitHub
- URL: https://github.com/flowerwrong/wx_ext
- Owner: FlowerWrong
- License: mit
- Created: 2014-11-13T07:55:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T15:46:39.000Z (almost 10 years ago)
- Last Synced: 2025-04-06T16:49:13.308Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 504 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WxExt
Weixin extention, sougou weixin post spider and weixin api gem
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'wx_ext', github: 'FlowerWrong/wx_ext'
```And then execute:
$ bundle
## Usage
See spec/wx_ext/
## Test
1. Change `spec/wx_ext/weixin_spec.rb` file username and pass
2. `rspec spec/wx_ext/weixin_spec.rb`
3. `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
1. Fork it ( https://github.com/FlowerWrong/wx_ext/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request