https://github.com/konn/konnfav
Private Favourite crawler for mr_konn!
https://github.com/konn/konnfav
Last synced: 2 months ago
JSON representation
Private Favourite crawler for mr_konn!
- Host: GitHub
- URL: https://github.com/konn/konnfav
- Owner: konn
- License: other
- Created: 2011-03-24T17:05:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-10T11:46:17.000Z (about 14 years ago)
- Last Synced: 2025-01-23T17:20:00.282Z (4 months ago)
- Language: Haskell
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Copyright (C) Hiromi ISHII 2011
* USAGE
Create the TwitterSettings.hs file containing following contents:
> consumerKey :: String
> consumerSecret :: String
> tokenCredential :: Credential -- ^ Token Credential for Crawler
> twitter :: OAuthThen you can compile!
* About Crawler
For now, the crawler supports only user streams.
You can easily fix it to use sitestream or streaming api.enjoy!