Skip to content

bpeperkamp/rust_tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

My first experiment in Rust

This command will find a search term in TMDB for you. You can use it to look for series and movies.

In order to build, you'll need to get an API key from TMDB. Start reading here and get an account: TMDB. After you are done, copy the .env.example file to .env and add your Bearer token (on the bottom of the API settings page).

To use the command (after compiling), type:

./rust_tmdb -t "Dark Matter"

or

./rust_tmdb -t "Empire of the sun"

-t for title

If you add --help you'll get some more usage tips/parameters.

I like Rust so far!

About

CLI application created in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages