For example -
We do python3 src/slash.py --search airpods
| timestamp | title | price | website |
|---------------------|---------------------------------------------|---------|-----------|
| 28/09/2021 11:07:46 | Apple AirPods with Charging Case | $119.00 | amazon |
| 28/09/2021 11:07:46 | Apple AirPods Pro | $197.00 | amazon |
| 28/09/2021 11:07:46 | Apple AirPods with Wireless Charging Cas... | $159.98 | amazon |
| 28/09/2021 11:07:48 | Apple AirPods Pro | $197.00 | walmart |
| 28/09/2021 11:07:48 | Apple AirPods with Charging Case (Latest... | $119.00 | walmart |
| 28/09/2021 11:07:48 | Apple AirPods with Wireless Charging Cas... | $159.98 | walmart |
Now a list of the top 5 results is displayed, but what if we want to view the first result
| 28/09/2021 11:07:46 | Apple AirPods with Charging Case | $119.00 | amazon |
we need to provide a link to the user to open that result in a browser
For example -
We do python3 src/slash.py --search airpods
Now a list of the top 5 results is displayed, but what if we want to view the first result
we need to provide a link to the user to open that result in a browser