Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A mini C library for interacting with the Twitter OAuth api.

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING
NotificationsYou must be signed in to change notification settings

sinemetu1/twitc

Repository files navigation

Build StatusCoverage Status

A mini C library for interacting with the Twitter OAuth api.

Installation:

# 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.

Dependencies:

liboauth

json-c

Usage:

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/.

Tests:

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.

Bugs:

Please file bugs in Github issues.

License:

MIT

About

A mini C library for interacting with the Twitter OAuth api.

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp