DEV Community

NOGIER Loïc
NOGIER Loïc

Posted on • Updated on

RUST - Little Twitch Command-Line Interface

Hi all!

I recently started learning Rust in my free time, and I love it!
So i started with a little cli program with Twitch API.

The goal is to be able to connect to the Twitch API to be allowed to make queries and get Top Games or User info for exemple, juste make cargo run info-user=5588994 and the program returns the information from the target user.

Repo link : github.com/RustTwitchCli

For the future, maybe restart with a clap crate. Feel free to tell me the things I'm doing wrong (there's probably a lot of them) :D.

Top comments (0)