Skip to content

access twitter using OAuth authentication in newLISP (not Common Lisp - GitHub gets the language wrong).

Notifications You must be signed in to change notification settings

cormullion/newlisp-twitter-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

newlisp-twitter-oauth

This file can download tweets from a named tweeter, using Twitter API version 1.1, OAuth 1.0A. It follows dev.twitter.com/docs/auth/oauth and uses 'curl'.

It uses (and currently patches) "/usr/share/newlisp/modules/crypto.lsp" Usage:

(set 'query 
  (list  
     (list "count" "2")
     (list "screen_name" "newlisp")
  ))
(set 'base-url "https://api.twitter.com/1.1/statuses/user_timeline.json")
(set 'results (get-tweets base-url query))

This module sometimes works on Mac OS X, and hasn't been tested on anything else... ;)

About

access twitter using OAuth authentication in newLISP (not Common Lisp - GitHub gets the language wrong).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published