Select only certain images with Python image webscraper – Telegram API
I'm trying to create a simple webscraper in python that find, download and create a pdf of certain images found in the website. For now I only created the webscraping part of the code: import requests from bs4 import BeautifulSoup…