An open API service indexing awesome lists of open source software.

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!

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 :: OAuth

Then 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!