0
How do i crawl links into my databese and then fetch this links to display their contents in my website?
i can de the crawling, but i need to save some data in my database that are linked to these crawled links.
1 Antwort
0
use beautiful soup to crawl and sqlite to store data python can fo it natively