terrbear / leetwit
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
terry (author)
Thu Oct 23 12:29:26 -0700 2008
commit 3bd15fbf9c4f19d95e6cc6e0cf533946874222b5
tree 451aed95ea191276f37636eeff274724a1af57d1
parent 1d98dc9b57509e1064028b23129e97c68873df46
tree 451aed95ea191276f37636eeff274724a1af57d1
parent 1d98dc9b57509e1064028b23129e97c68873df46
leetwit /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
bin/ | ||
| |
leetwit.gemspec | ||
| |
lib/ |
README.txt
Leetwit is a console-based twitter client written in Ruby based on Twitter4R. Just install the gem and run 'leetwit' from the console. Requests/bugs/patches should be submitted to www.github.com/terrbear/leetwit. == LICENSE: (The MIT License) Copyright (c) 2008 Ben Scofield of Viget Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


