{"id":16672872,"url":"https://github.com/elblogbruno/wanderpi","last_synced_at":"2026-04-20T06:06:27.178Z","repository":{"id":49394408,"uuid":"380679598","full_name":"elblogbruno/wanderpi","owner":"elblogbruno","description":"Keep your best travel memories organized, and your costs to the letter.","archived":false,"fork":false,"pushed_at":"2022-08-11T17:15:43.000Z","size":149367,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T18:43:42.228Z","etag":null,"topics":["pi","raspberry-pi","travel","wander","wanderlust"],"latest_commit_sha":null,"homepage":"","language":"Python","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/elblogbruno.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}},"created_at":"2021-06-27T07:37:44.000Z","updated_at":"2021-10-12T17:03:41.000Z","dependencies_parsed_at":"2022-08-27T10:01:15.361Z","dependency_job_id":null,"html_url":"https://github.com/elblogbruno/wanderpi","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/elblogbruno%2Fwanderpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elblogbruno%2Fwanderpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elblogbruno%2Fwanderpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elblogbruno%2Fwanderpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elblogbruno","download_url":"https://codeload.github.com/elblogbruno/wanderpi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243324266,"owners_count":20273098,"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":["pi","raspberry-pi","travel","wander","wanderlust"],"created_at":"2024-10-12T12:07:33.745Z","updated_at":"2026-04-20T06:06:27.134Z","avatar_url":"https://github.com/elblogbruno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo](/controller/static/Wanderpi-Banner.png)\n\n    \n# Wanderpi\n\nKeep your best travel memories organized, and your costs to the letter.\n\n[![Demo](https://img.youtube.com/vi/tdPjDHavmf4/0.jpg)](https://www.youtube.com/watch?v=tdPjDHavmf4) \n\nClick the thumbnail to watch the video!\n\nAdd your trips on the dashboard  |  Organize everything by trip stops or \"Albums\"\n:---: | :---:\n![](readme-images/index-screenshot.png)  |  ![](readme-images/stops-screenshot.png)\n\n\nWatch all your images and videos (With location data) |  Control your costs with the Trip Calendar view.\n:---: | :---:\n![](readme-images/stop-screenshot.png)  |  ![](readme-images/calendar-screenshot.png)\n\nShow all your photos with the slide view |  Watch them all scattered arround the globe (WIP)\n:---: | :---:\n![](readme-images/slide-view.png)  |  ![](readme-images/map-view.png)\n\n## Features\n\n- Upload your photos and videos of your trip or even record ones from the UI, they can be all organized, downloadable at the same quality to share with your friends and family. Stop wasting the internet while traveling sending your photos through WhatsApp and other apps.\n\n- Watch them all scattered around the earth globe, as wanderpi detects where your best memories were taken from.\n\n- Organizing a trip is hard right? Not with wanderpi, simply create a new trip and a calendar will appear for you where you can write down your costs, and write notes! Handy, right?\n\n- Wanna amaze your friends? Show them your photos and videos with the slide mode!\n\n- Download images, edit their names, or click to download videos ready to present to your best friends with all the best photos and videos from your trip.\n\n- Mobile responsive, raspberry pi best fit, you can take wanderpi with you everywhere (It can run without internet).\n\n\n\n  \n\u003c!-- ## Tech Stack\n\n**Client:** Bootstrap \n\n**Server:** Flask, Jinja2 Templates and SQLAlchemy. --\u003e\n\n## How to install?\n\n## Installing\n\nIt is very easy, and there are different ways from click to install one's to more advanced ones, in case you want to install it from source.\n(Docker image coming soon)\n\n\n### Mac OS\n[Manual Installation](https://github.com/elblogbruno/wanderpi#manual-installation) Or you can run the Linux script down here.\n\n### Linux\nTo install the python server, fire up your Linux or Mac OS distributed machine and run this command.\n\n```\nwget https://raw.githubusercontent.com/elblogbruno/wanderpi/master/setup.sh \u0026\u0026 sudo sh setup.sh\n```\nThat's it.\n\n\n### Windows\n\n[Manual Installation](https://github.com/elblogbruno/wanderpi#manual-installation)\n\n\n### Manual installation\n\nInstead, you can follow the steps down here:\n\n- Step 1. Simply clone this repo.\n```\ngit clone https://github.com/elblogbruno/wanderpi\n```\n- Step 2. Install requirements for python server.\n```\ncd wanderpi \u0026\u0026 pip install -r requirements.txt\n```\n- Step 3. Run the server.\n```\npython server.py \\\\Python 3.5 to versions 3.8 supported.\n```\n\n## Api\n\nWatch https://github.com/elblogbruno/wanderpi/blob/main/controller/modules/api/views.py\n\nDocumentation coming soon.\n\n## Acknowledgements\n\n - [flask-video-streaming-recorder](https://github.com/Kr1s77/flask-video-streaming-recorder/tree/master/controller)\n\n## Feedback\n\nIf you have any feedback, please reach out me at me@brunomoya.com\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felblogbruno%2Fwanderpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felblogbruno%2Fwanderpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felblogbruno%2Fwanderpi/lists"}