Sunday, September 13, 2020

Re: HELP With Scraping and Storing Data to DB from a Search Engine!!

Use Python and Beautiful Soup for scraping in an external program. Then send the results to your Django app using the Django Rest Framework JSON API. If you need your scraping program to get candidate sites from your app, then use the DRF API to get those.

hth

- Tom

On Sep 13, 2020, at 1:39 AM, Raheel Asghar <raghauri6@gmail.com> wrote:

I am working on a project where i require to search for data related to shopping, save it to my DB and show it to my users. But I cant find a way to do so. PLEASE HELP

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/588cb39a-7a5c-4103-b408-b16156ce6da7n%40googlegroups.com.

No comments:

Post a Comment