kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
297.7k stars 39.19k forks source link

Movie & Series Info Fetcher #7189

Closed focarica closed 4 weeks ago

focarica commented 1 month ago

What Roadmap is this project for?

Backend Roadmap

Project Difficulty

Beginner

Add Project Details

This project involves creating a simple CLI application to fetch data about movies, series, and users from TMDB; it's similar to a simplified version of Letterboxd.

Using libraries like argparse and commander allows users to pass variables and use different commands for interacting with various endpoints.

Some basic commands need to be created, such as:

GET everything on a user's watchlist
GET a user's favorites
GET details by ID
GET movie details
GET movies that are currently playing or popular
GET trending items

Feel free to explore the TMDB API and use the information you find most relevant.

Although this app may seem similar to GitHub User Activity some people may find this method of learning through their hobbies easier than using other options.

kenshanta commented 1 month ago

Seems like you didn't paste the full answer 😛

focarica commented 1 month ago

thx, i edit the last part. i was thinking to add other things but i ended giving up and forget to delete

shubhamkumaar commented 1 month ago

I want to work on this can you assign me?

kenshanta commented 1 month ago

I doubt that anyone else took the initiative. So go for it @shubhamkumaar 💪🏼

dansholds commented 4 weeks ago

Love this, adding it now

dansholds commented 4 weeks ago

added to this project pr - https://github.com/kamranahmedse/developer-roadmap/pull/7509