Skip to content

C library for interfacing the Twitter API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
COPYING
Notifications You must be signed in to change notification settings

davidcorbin/libtweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libtweet

Build Status

As simple as tweet "#libtweet is awesome!"

Command line Twitter client built on libcurl

Install

  • Create an app and generate consumer/application keys at apps.twitter.com
  • Install libcurl (if you don't have it already)
  • Run make
  • Run make install

Usage

Post Tweet: tweet "This is my new status"

Setup

  • Generate Twitter API keys
  • Run tweet setconsumerkey <CONSUMER KEY>
  • Run tweet setconsumersecret <CONSUMER SECRET>
  • Run tweet setusertoken <USER TOKEN>
  • Run tweet setusersecret <USER SECRET>
  • Run tweet "#libtweet is awesome">

Future Plans

  • tweet daemon: background process for getting mentions/direct messages and alerting you
  • Confirming support for more platforms

About

C library for interfacing the Twitter API

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published