Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 445 Bytes

find-twitter-competition-winner

Create Twitter Developer Account and get oauth keys.

Create file top_secret.php with your variables.

<?php
//top_secret.php
$consumerKey = CONSUMER_KEY;
$consumerSecret = CONSUMER_SECRET;
$accessToken = ACCESS_TOKEN;
$accessTokenSecret = ACCESS_TOKEN_SECRET;

Install the application dependencies:

composer install

Find the competition winner:

php TwitterCompetitionWinner.php