- Notifications
You must be signed in to change notification settings - Fork2
A mini C library for interacting with the Twitter OAuth api.
License
MIT, GPL-3.0 licenses found
Licenses found
MIT
LICENSEGPL-3.0
COPYINGNotificationsYou must be signed in to change notification settings
sinemetu1/twitc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A mini C library for interacting with the Twitter OAuth api.
# if deps need to be installed:./install_deps.sh /usr/local# building twitc./autogen.sh./configuremakemake install
NOTE: There are environment variables that can be set for consumer token,consumer secret, app token, and app secret. Seetwitc.hand theusage section below.
Seemain.c for an example.
Environment variables include:
export TWITC_KEY="Consumer Key (API Key)"export TWITC_SECRET="Consumer Secret (API Secret)"export TWITC_ACCESS_TOKEN="Access Token"export TWITC_ACCESS_SECRET="Access Token Secret"
To generate these values go tohttps://apps.twitter.com/.
Local tests can be run withmake check
.
If you have the environment variables above setup correctly thenyou can runmake integration
to test actual integration withTwitter's API.
Please file bugs in Github issues.
About
A mini C library for interacting with the Twitter OAuth api.
Resources
License
MIT, GPL-3.0 licenses found
Licenses found
MIT
LICENSEGPL-3.0
COPYINGStars
Watchers
Forks
Packages0
No packages published