Skip to content

This project is a capstone project for the Microverse program Ruby, it's a scraper code that searches any torrent name you input.

License

Notifications You must be signed in to change notification settings

dasileker/scraper_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraper_Project for Microverse

  • in this project I did Scrape a web page for my capstone Project in Ruby.

Demo Images

image

live Demo link

This project has four milestones

  • Project setup
  • Scraper logic
  • Instruction How to use it

Project Structure

├── .github/workflow
│   └── linters.yml
|   └── test.yml
├── bin
│   └── main.rb
├── lib
│   └── scraper.rb
│   └── table.rb
│
├── spec
|   └── spec_helper.rb
│   └── scraper_table_spec.rb
|   └── scraper_spec.rb
|
├── .rspec
├── .rubocop.yml
├──  Gemfile
├──  Gemfile.lock
├── README.md

how to Run the repo

how to Run the Rspec

  • Go to cd scraper_project

  • type bundle install

  • type gem install Rspec

  • and type rspec

Demo Images

image

conclusion

  • as you can see i did scrape another website callet torrent website to fetch all you want from the search query, from videos to filme name or even company name of pdf file, and it gives you the total of link fitched at the end of the search query.

Upcoming Features

  • Add Links(where to buy) to the scrapper

Authors:

👤 Amine

Show your support

Give a ⭐️ if you like this project!

About

This project is a capstone project for the Microverse program Ruby, it's a scraper code that searches any torrent name you input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages