0.0
No commit activity in last 3 years
No release in over 3 years
Interact with Quora via Command Line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.1

Runtime

 Project Readme

Watir::Browser::Quora Build Status Gem Version

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

File an issue.

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.

  1. Fork it ( https://github.com/kratsg/quora-webdriver/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write your tests!
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. 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