this post was submitted on 27 Jun 2023
16 points (100.0% liked)

Programming

13362 readers
25 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I'm looking to get a lemmy bot figured out for posting sports scores in real-time (or near it) like Reddit had for NHL games. The lemmy api reference states that rust has the api as a loadable library, but I've only ever done C/C++ and python. Anything Coursera style to get a basic overview of how to get started in Rust?

I did also see lemmy-bot but it looks like it doesn't handle post editing at the moment, and not sure i really want to learn how to use npm to be honest.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I recommend The Rust book too. Great for beginners. If you are more advanced developer the Tokio runtime documentation has a tutorial on how to create a mini redis clone https://tokio.rs/tokio/tutorial