https://github.com/lc0/traveled-dataviz
End of the year page to show places visited
https://github.com/lc0/traveled-dataviz
foursquare quantified-self
Last synced: 19 days ago
JSON representation
End of the year page to show places visited
- Host: GitHub
- URL: https://github.com/lc0/traveled-dataviz
- Owner: lc0
- License: mit
- Created: 2019-12-28T21:01:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:41:21.000Z (over 2 years ago)
- Last Synced: 2025-02-13T18:18:33.912Z (2 months ago)
- Topics: foursquare, quantified-self
- Language: Jupyter Notebook
- Homepage: https://gradients.sergii.ml/2019/12/31/places-traveled/
- Size: 2.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Places traveled
It's hard to reach your goals if you do not have any.
On the other hand, it's certainly nice to leave some space for serenity, but it might also mean that you do not really make constant progress.The idea of this project is to have a set of scripts that allow revisiting visually traveled destinations. As the primary matter of keeping track of these, I used Foursquare/Swarm.
## Demo
## Installation
Export Foursquare token via env variable. The Foursquare token and API can be explored at [link](https://foursquare.com/developers/explore#req=users%2Fself)
```sh
export FOURSQUARE=YOUR_TOKEN_HERE
```Or if executed from within the shell like Google Colab or running Jupyter
```
%env FOURSQUARE=YOUR_TOKEN_HERE
```## Running with [Streamlit](https://streamlit.io/s)
```sh
streamlit run streamlit/main.py
```## Development
The project uses [`pipenv`](https://github.com/pypa/pipenv) for dependency management
```
pipenv shell
pipenv sync
```---
> GitHub [@lc0](https://github.com/lc0) ·
> Twitter [@lc0d3r](https://twitter.com/lc0d3r) ·