Skip to content

Repository files navigation

Sleeping-Pattern

How is this project configured

It's basically a directory with sub-projects.
Each directory, containing r files, is a project. As each directory also contains a .Rproj file.

How to initialize this project

Create a config.json with the following content:

{
"twitter":{
"api_key": "your_api_key",
"api_secret": "your_api_secret",
"access_token": "your_access_token",
"access_token_secret": "your_secret_access_token"
},
"mysql":{ "host":"localhost",
"user":"root",
"password":"root",
"database":"sleeping_pattern"
},
"gtrends":{ "email":"username@gmail.com",
"ww":"password"
}
}

Whereas you fill the objects with the correct details from the Twitter API.

Each project member already has a config.json in their Dropbox, this should be placed in the root folder of this project.
This won't be pushed to this git, as it's in the .gitignore file.

About

Creating a pattern from sleep data, using R

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages