Popularity
5.5
Declining
Activity
0.0
Stable
10
3
3

Monthly Downloads: 6
Programming language: Haskell
License: MIT License
Tags: Web    

lambdatwit alternatives and similar packages

Based on the "Web" category.
Alternatively, view lambdatwit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lambdatwit or a related project?

Add another 'Web' Package

README

lambdatwit

LambdaTwit: Lambdabot running as a twitter bot. Similar to the @fsibot f# bot.

Bot is running at: https://twitter.com/LambdaTwit

First Run

We need to set the twitter oauth keys into the environment vars like so:

$ export OAUTH_CONSUMER_KEY="YOUR APPLICATION CONSUMER KEY"
$ export OAUTH_CONSUMER_SECRET="YOUR APPLICATION CONSUMER SECRET"
$ cabal run oauth_pin

$ export OAUTH_ACCESS_TOKEN="YOUR ACCESS TOKEN"
$ export OAUTH_ACCESS_SECRET="YOUR ACCESS SECRET"
$ cabal run lambdatwit