Skip to content

Description: A Rust web scraper that extracts titles of the top 250 movies from IMDb. It uses reqwest for HTTP requests, scraper for HTML parsing, and tokio for async operations. Prints titles in list format. Demonstrates basic web scraping in Rust.

Notifications You must be signed in to change notification settings

RolH1992/web_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web_scraper

Description: A Rust web scraper that extracts titles of the top 250 movies from IMDb. It uses reqwest for HTTP requests, scraper for HTML parsing, and tokio for async operations. Prints titles in list format. Demonstrates basic web scraping in Rust.

About

Description: A Rust web scraper that extracts titles of the top 250 movies from IMDb. It uses reqwest for HTTP requests, scraper for HTML parsing, and tokio for async operations. Prints titles in list format. Demonstrates basic web scraping in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published