Interact with Quora via Command Line! This is an extension of watir-webdriver by providing browser.quora
options operating on a browser. Caveat: seems to only work with the Chromedriver (see #usage below).
Installation
Add this line to your application's Gemfile:
gem 'quora-webdriver'
And then execute:
$ bundle
Or install it yourself as:
$ gem install quora-webdriver
Usage
You can get started up and easily using the chromedriver
require 'quora-webdriver'
b = Watir::Browser.new :chrome
b.quora.content :answers
Reporting Issues
Contributing
There are not a lot of features added yet. This is to get started and I welcome others to help flesh this out more. Contact Giordon Stark with requests or on Quora.
- Fork it ( https://github.com/kratsg/quora-webdriver/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Write your tests!
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Issue
Pull requests from forks will most likely have builds that fail because of private keys being used for OpenSauce. Please commit with a message that includes [skip ci]
and I'll checkout and push myself to see if the pull request passes build before merging. This message should tell Travis to skip the build. More information