Skip to content

rawnet/find-twitter-competition-winner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages