Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
platico authored Jul 18, 2016
1 parent d0df5e0 commit a61e894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ querysearch="(Djokovic OR Novak) fixing" since=2016-01-18 until=2016-01-30 maxtw
###Search query for Mongo Explorer (Ctrl+F in IntelliJ)
For instance, if I'm looking for a tweet created at 2016/01/28 I'd type
in the filter text box: {'tweet.date':'2016/01/28'} , which typically follows a JSON format.

###Credentials for Youtube
In order to use the Google API and collect Youtube comments, each user needs Google Credentials <br/>
More: <https://developers.google.com/youtube/registering_an_application#Create_API_Keys>

The API key should be inserted in the first line of [~Credentials/Youtube/API_KEY.txt] file

0 comments on commit a61e894

Please sign in to comment.