Ruby web scraper to search url files from Bing.
Tested only on macOS Catalina, it should work on Linux.
Required gems:
benchmark, nokogiri, open-uri, optparse, pastel
If you are using macOS, the way to install the gems one by one is like this:
sudo gem install nokogiri
Open Terminal app or other console app and execute:
ruby sp33d3rr.rb -s apple.com
By default the program prints only urls but you can also print the file title:
ruby sp33d3rr.rb -s apple.com -b
To see the available options:
ruby sp33d3rr.rb -h
- ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
- Jonathan Burgos Saldivia - on Github - jonathanburgossaldivia
This project is licensed under the Eclipse Public License 2.0 - see the LICENSE.md file for details