Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitterraffle

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 28 Nov 2016

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc