Skip to content

AshyIsMe/lambdatwit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published