Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 905 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 905 Bytes

Contest

Twitter contest script for Paris.js.

Install

npm install

Configuration

Create a config.json with:

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

Usage

Get all twitter participants:

node answers.js

Edit the participants.csv.

node winner.js

License

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2013 François de Metz <francois@2metz.fr>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.