{"id":13707803,"url":"https://github.com/Andreilys/personal_dashboard","last_synced_at":"2025-05-06T04:30:53.859Z","repository":{"id":83281057,"uuid":"103578598","full_name":"Andreilys/personal_dashboard","owner":"Andreilys","description":"A Real-Time Personal Dashboard For Your Life ","archived":false,"fork":false,"pushed_at":"2019-04-26T17:34:43.000Z","size":40364,"stargazers_count":82,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-13T16:42:54.990Z","etag":null,"topics":["flask","heroku","python","quantified-self","visualization"],"latest_commit_sha":null,"homepage":"https://qself-dashboard.herokuapp.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Andreilys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-14T20:30:18.000Z","updated_at":"2024-08-02T11:48:15.000Z","dependencies_parsed_at":"2023-03-02T05:45:25.502Z","dependency_job_id":null,"html_url":"https://github.com/Andreilys/personal_dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreilys%2Fpersonal_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreilys%2Fpersonal_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreilys%2Fpersonal_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andreilys%2Fpersonal_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andreilys","download_url":"https://codeload.github.com/Andreilys/personal_dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252621800,"owners_count":21777869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","heroku","python","quantified-self","visualization"],"created_at":"2024-08-02T22:01:44.104Z","updated_at":"2025-05-06T04:30:53.851Z","avatar_url":"https://github.com/Andreilys.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Personal Dashboard\n![](https://i.imgur.com/6eOElpe.png)\n\nThis is a personal dashboard I built to aggregate and visualize all the different tracking services that track my life. The dashboard is updated in real time and can be found at https://qself-dashboard.herokuapp.com/\n\nRight now it visualizes:\n- Time spent online, along with productivtity and unproductivity (Rescuetime)\n- Steps and location (Moves)\n- Chess (lichess.com)\n- Weight (Withings smart scale)\n- Pomodoro time (Toggl.com)\n- Todo's (Todoist)\n- Time spent programming (Wakatime)\n- Top artists and songs for the month (Spotify)\n\n## Table of Contents\n\n- [Installation and Setup](#installation)\n- [Support](#support)\n- [Contributing](#contributing)\n- [Licensing](#licensing)\n\n\n## Installation and Setup\n\nFirst make sure you have python3 installed and are using it throughout, since some of the syntax doesn't port over to python2.\n\n```sh\ngit clone https://github.com/Andreilys/personal_dashboard\n```\nInstall [Postgres](https://www.postgresql.org/download/)\nNow, enter your API credentials into personal\\_info\\_template.py and rename it to personal\\_info.py. Run these commands next:\n\n```sh\npsql \nCREATE DATABASE qself_dashboard;\n\\q\nRun python manage.py db init\npython manage.py db migrate\npython manage.py db upgrade\n#you should now be able to run the application\npython3 app.py\n```\n\nYou'll now need to give permission to Spotify for the app to access your data (Which will save a .emailCache file) followed by withings (make sure you are just copy+pasting oauth\\_verifier and not including oauth\\_token) and Moves which should then create permanent pickle files in your personal\\_dashboard folder.\n\nYou're done setting it up locally!\n\n**Setting up on Heroku**\u003cbr /\u003e\nWith the application working locally, you might be interested in hosting it on the cloud, I prefer heroku so i'll walk you through instructions on how to set up there. First things first, make sure you register an account on heroku and download their [Heroku Toolbelt](https://devcenter.heroku.com/articles/heroku-cli), afterwards login with heroku login.\n\nOnce logged in run these commands \n ```sh\nheroku create (your app name)\ngit remote add pro git@heroku.com:YOUR\\_APP\\_NAME.git\ngit add personal\\_dashboard/personal\\_info.py -f\ngit add migrations -f\ngit add nokia\\_data.pkl -f\ngit add moves\\_data.pkl -f\ngit commit -m \"adding personal info and migrations folder\" (may need to login to github for this)\ngit push pro master\nheroku config:set APP\\_SETTINGS=config.ProductionConfig\nheroku addons:create heroku-postgresql:hobby-dev --app (YOUR\\_APP\\_NAME)\nheroku run python manage.py db upgrade --app (YOUR\\_APP\\_NAME)\n```\n\nThats it! The other thing you should consider doing is setting the timezone of your heroku app so that everything is in sync, you can do this with the following command (Substituting the timezone with your own)\n\n```sh\nheroku config:add TZ=\"America/Los\\_Angeles\"\n```\n## Support\n\nPlease [open an issue](https://github.com/Andreilys/personal_dashboard/issues/new) for support.\n\n\n## Contributing\n\nPlease contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/andreilys/personal_dashboard/compare).\n\n## Licensing\n\nCanvasJS is a commercial product and commercial usage of CanvasJS requires you to purchase a license. Without a commercial license, you can use it for evaluation purposes only. Please refer to the following link for further details: https://canvasjs.com\n\nCopyright (c) 2017, Andrei Lyskov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndreilys%2Fpersonal_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAndreilys%2Fpersonal_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndreilys%2Fpersonal_dashboard/lists"}