https://github.com/benwr/hokiestalker
Stalk your hokie friends (by querying the Virginia Tech LDAP server)
https://github.com/benwr/hokiestalker
Last synced: about 2 months ago
JSON representation
Stalk your hokie friends (by querying the Virginia Tech LDAP server)
- Host: GitHub
- URL: https://github.com/benwr/hokiestalker
- Owner: benwr
- Created: 2011-06-03T08:05:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-29T19:39:23.000Z (almost 14 years ago)
- Last Synced: 2025-02-24T07:45:21.228Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Hokie Stalker #
Stalk your friends! Creep people out! Find email addresses and phone numbers!
Learn to play Beethoven in Five Hours!## Credits ##
Shamelessy stolen and poorly ported from [mutantmonkey](http://mutantmonkey.in), who wrote
it in python. Only reason for the port: Python has version issues right now,
including but not limited to a current lack of LDAP modules in version 3
(the version most convenient for me atm).Released under the new BSD license.
## Prerequisites ##
* Ruby
* net-ldap package, installable with `gem install net-ldap`## Installation ##
1. `git clone git://github.com/benwr/hokiestalker.git`
2. `chmod +x hokiestalker/hs.rb`
3. `ln -s hokiestalker/hs.rb /hs`## Usage ##
* VT PID Search: `hs benwr`
* VT Email Search: `hs [email protected]`
* Name Search (Careful; some searches with frequent hits will take a long time): `hs Ben Weinstein`To override the PID search (for example, if you're looking for someone whose
name is jones, but someone else has the PID 'jones'), use the `-n` flag: `hs -n
jones`.