Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/twitter-finger
A twitter/identi.ca -> finger gateway.
https://github.com/dustin/twitter-finger
Last synced: 3 days ago
JSON representation
A twitter/identi.ca -> finger gateway.
- Host: GitHub
- URL: https://github.com/dustin/twitter-finger
- Owner: dustin
- Created: 2009-03-30T00:10:49.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-30T00:24:51.000Z (over 15 years ago)
- Last Synced: 2024-11-11T13:07:42.327Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 296 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Twitter Finger
I saw [any.io](http://any.io)'s finger service and it looked awesome,
but there was no source code so I figured I'd write one while sitting
around.I did this in twisted because it was way easy and figured there was a
need for a thousand or so concurrent finger requests to be handled at
any given point in time.# Usage
## Getting Ready:
git clone git://github.com/dustin/twitter-finger.git
cd twitter-finger
git submodule init
git submodule update## Running
Any sort of variant that makes sense for your deployment with twistd.
A quick interactive example:twistd -ny finger.tac