apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
24 stars 14 forks source link

Python templates: code finetuning, improve docs and comments #235

Closed vdusek closed 9 months ago

vdusek commented 9 months ago

We've recently made a minor update to the Scrapy template documentation as part of https://github.com/apify/actor-templates/issues/228.

Let's make further improvements and mainly update the documentation & code comments for other Python templates (BeautifulSoup, Selenium, Playwright, ...) as well.

We should for example let users know, what is safe to change/update/delete and what is not. E.g. during https://github.com/apify/apify-core/issues/13082 we found out that some users just attempted to change the main coroutine into a normal function. Which is not possible.