New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

twaffle

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twaffle

A TWitter rAFFLE script

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Twaffle

 _                  __  __ _
| |                / _|/ _| |
| |___      ____ _| |_| |_| | ___
| __\ \ /\ / / _' |  _|  _| |/ _ \
| |_ \ V  V / (_| | | | | | |  __/
 \__| \_/\_/ \__,_|_| |_| |_|\___|

A TWitter rAFFLE script.

CircleCI npm version

Twaffle allows you to extract random tweets for a set of keywords. It's ideal to do raffles over tweeter: get some people to tweet some specific keywords and then extract an arbitrary number of random winners!

Install

npm install --global twaffle

Or you can use it with npx (see usage), so in such case you don't have to install it at all.

Finally, you can also use the compiled binaries distributed for the major operative systems.

Usage

To use Twaffle you would need to access to the Twitter developer platform and have obtained keys for an app.

Once you got your keys, make sure that they are exported as environment variables in the local shell:

export TWITTER_CONSUMER_KEY="..."
export TWITTER_CONSUMER_SECRET="..."
export TWITTER_ACCESS_TOKEN_KEY="..."
export TWITTER_ACCESS_TOKEN_SECRET="..."

Note: Twitter keys can also be passed as arguments, see twaffle --help for more details.

At this point you can run twaffle as in the following example:

twaffle --keywords '#oredev again' --winners=3

this will extract 3 random tweets that have the keywords #oredev and again.

If you didn't install twaffle and you have a recent version of NPM you can simply run twaffle through npx:

npx twaffle --keywords '#oredev again' --winners=3

Bugs and improvements

If you find a bug or have an idea about how to improve Twaffle you can open an issue or submit a pull request, it will definitely make you a better person! 😇

License

Licensed under MIT License. © Luciano Mammino.

FAQs

Package last updated on 20 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts