Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
/ plaintweet Public archive

Provides a plain-text version of a tweet.

License

Notifications You must be signed in to change notification settings

nerab/plaintweet

Repository files navigation

Plaintweet

Build Status

Provides a plain-text version of a given tweet.

Usage

The following configuration settings need to be present as environment variables:

export TWITTER_CONSUMER_KEY=********
export TWITTER_CONSUMER_SECRET=********

Then, the web app can be started:

$ rackup

Now we can show the plaintext version of a tweet, passing its id:

$ curl localhost:9292/702813031701487617

Development

As usual, run bundle install. In addition to the web app, a simple command line client provides similar functionality:

$ plaintweet 702813031701487617

About

Provides a plain-text version of a tweet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published