What are the most useful scripts to scrape websites or hit API for automation? Alternatively: Looking

18 Replies, 1485 Views

If you’re dealing with APIs, FastAPI is great for mocking endpoints during testing.

For scraping, check out `pyppeteer`—it’s Puppeteer for Python.

And always, ALWAYS respect `robots.txt`. Don’t be that guy.

Messages In This Thread



Users browsing this thread: 1 Guest(s)