Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaacson/gemstar-drive-search
Uses iMacros for Firefox to search for serial numbers and download the results to a file on disk
https://github.com/nisaacson/gemstar-drive-search
Last synced: about 1 month ago
JSON representation
Uses iMacros for Firefox to search for serial numbers and download the results to a file on disk
- Host: GitHub
- URL: https://github.com/nisaacson/gemstar-drive-search
- Owner: nisaacson
- Created: 2013-02-08T16:53:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-09T23:27:55.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T14:46:38.317Z (7 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemstar Searial Numbers
Uses iMacros for Firefox to search for serial numbers and download the results to a file on disk.
[![Dependency Status](http://david-dm.org/nisaacson/gemstar-drive-search/status.png)](http://david-dm.org/nisaacson/gemstar-drive-search)
## Installation
There are a few dependencies you will need to run the code.- iMacros for Firefox [https://addons.mozilla.org/en-us/firefox/addon/imacros-for-firefox/](https://addons.mozilla.org/en-us/firefox/addon/imacros-for-firefox/)
- Node and npm (node package manager) [http://nodejs.org/](http://nodejs.org/) The windows install should install both node.exe and npm
- Browserify to bundle the .js source files into a single file [https://github.com/substack/node-browserify](https://github.com/substack/node-browserify). Once you have node and npm install you can install browserify with the command
- `npm install -g browserify`- Navigate to the source directory. Install the needed packages
`npm install`
- Use browserify to bundle the javascript source into a single file that iMacros understands
`browserify test\test-fill-search-fails-on-incorrect-page.js -o dist\test-fill-search-fails-on-incorrect-page.js`
In Firefox load the iMacros extension and click *Edit*->*Options*. Then under *Paths* set *Folder Macros* to the *dist* folder containing search.js. Restart Firefox## Usage
Load the webpage containing the search box. Go to the *Play* tab in iMacros and press the *Play* button.