[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Florian (Dec 17, 2024, 8:41 AM +0100) 826b555e 657d95e7

+4 -37
+4 -37
README.md
··· 12 12 cp .env.example .env 13 13 ``` 14 14 15 - required only `TMDB_API_KEY` for now. get one [here](https://www.themoviedb.org/settings/api). 15 + required: 16 + 17 + - `TMDB_API_KEY` (get one [here](https://www.themoviedb.org/settings/api)) 18 + - `NYX_PASSWORD` (can be generated on unix systems with `openssl rand -base64 32`) 16 19 17 20 2. install the dependencies: 18 21 ··· 40 43 - tailwind 41 44 - turso (libSQL) w/ drizzle 42 45 - lucia for auth 43 - 44 - ## planning 45 - 46 - ### MVP 47 - 48 - - login with username and password 49 - - search for movies (using the moviedb api) 50 - - mark movies as watched 51 - - user page with watched movies 52 - - dark mode 53 - 54 - ### extra feature ideas 55 - 56 - - social media (feed, follow functionality) (using AT Protocol) 57 - - add tv shows, books, music, links 58 - - delete watched items 59 - - select favorite movie 60 - - mark movies as "want to watch" 61 - - rate and review movies 62 - - better UI showing for each movie: 63 - - rotten tomatoes, etc. ratings 64 - - trailer 65 - - cast 66 - - movie description 67 - - a "wikipedia game but for actors+movies" feature (get from movie to movie by just clicking on actors and movies) 68 - - netflix integration (sync watched movies) 69 - - show reviews of users on movie page 70 - - enhance reviews with AI 71 - - recommendations with AI 72 - - recommendations (based on watched movies, based on friends) 73 - - light mode 74 - 75 - ### roadmap 76 - 77 - - [ ] setup project 78 - - [ ] build mvp