[Tutor] Code
Marc Tompkins
marc.tompkins at gmail.com
Fri Jan 1 20:49:02 EST 2021
If scraping is what you need to do, Python offers some of the most
efficient ways to do it - but if it's at all possible, I strongly suggest
that you consider using APIs for the sites you want to look at (Python +
the requests library would be my choice for doing that, too.) Scraping
sites without permission is ethically grey, but quite apart from that it
can get you banned. Playing nice is best for everybody.
On Fri, Jan 1, 2021 at 5:27 PM Diana Katz <diana.katz at gmail.com> wrote:
> Im trying to figure out a fast way to see how many sellers on poshmark
> cross post somewhere else- like ebay or instagram closet?
> Would python be the right way to go about scraping this data to figure out
> the answer? Would it be very difficult?
>
> Sent from my iPhone
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list