You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
Hi,
I'm trying to make a database which uses web scraping to scrape products of websites and stores them in a database so that they can be outputted as a user wants. Problem is, whenever I search for something like 'red paint' it outputs any scraped product which has the word 'red' and/or 'paint'. clearly not the best thing. any advice????