Socket
Socket
Sign inDemoInstall

twitterraffle

Package Overview
Dependencies
57
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twitterraffle

A tool that allows you to run a raffle on twitter, asking the user who won to follow another user.


Version published
Maintainers
1
Install size
4.56 MB
Created

Readme

Source

Twitter Raffle

A tool that allows you to run a raffle on twitter, asking the user who won to follow another user.

This is a community project, free and open source. Everyone is invited to contribute, fork, share and use the code.

Installing

npm install -g twitterraffle

Create a credentials file

Create a credentials file named .twitter_credentials.json inside your home dir:

{
	"consumer_key": "xxx",
	"consumer_secret": "xxx",
	"access_token_key": "xxx",
	"access_token_secret": "xxx"
}

To create this file you have to create a twitter application. Go to apps.twitter.com and do it. It is really simple.

Running

Usage:
  twitterraffle <query> <user>
  twitterraffle -h | --help | --version

Debugging

Set then environment variable DEBUG to twitter and you will see debug info.

Contributing

Make sure the lint passes and the code works.

Maintainers/Core team

Contributors can be found at the contributors page on Github.

Contact

Twitter is the best option.

License

This software is open source, licensed under the Apache License, Version 2.0. See LICENSE.txt for details. Check out the terms of the license before you contribute, fork, copy or do anything with the code. If you decide to contribute you agree to grant copyright of all your contribution to this project, and agree to mention clearly if do not agree to these terms. Your work will be licensed with the project at Apache V2, along the rest of the code.

Keywords

FAQs

Last updated on 28 Nov 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc