This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ culebra -U -o mytest.py | |
Traceback (most recent call last): | |
File "/usr/local/bin/culebra", line 5, in <module> | |
pkg_resources.run_script('androidviewclient==8.13.1', 'culebra') | |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 489, in run_script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "bundler/setup" | |
require "Nokogiri" | |
require "watir" | |
require 'watir-webdriver' | |
require "watir-webdriver/extensions/alerts" | |
require "active_record" | |
#### First Ruby script ever written #### It worked! Went on plenty of dates. Getting married to one now! (She knows about "the bot" too | |
# Note this script will not work on the site (not mentioning) anymore. They have changed the HTML on the pages. |