Skip to content

Commit 8b05857

Browse files
committed
add todo marks
1 parent 65204f5 commit 8b05857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/academy/platform/building_actors_with_ai/01_chatting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Some are technical challenges:
3232
- _No monitoring:_ Even if we knew how to setup a server or home installation so that our scraper runs regularly, we'd have little insight into whether it ran successfully, what errors or warnings occurred, how long it took, or what resources it used.
3333
- _Anti-scraping risks:_ If the target website detects our scraper, they can rate-limit or block us. Sure, we could run it from a coffee shop's Wi-Fi, but eventually, they'd block that too—risking seriously annoying our barista.
3434

35+
<!-- TODO START rewrite this paragraph, it's really bad -->
3536
To address all of these, we'll use the [Apify](https://apify.com/) platform, where it's possible to deploy any program, as far as it's structured as a so-called Actor. We'll thank ourselves later if we start our program as an Actor from the very beginning.
37+
<!-- TODO END rewrite this paragraph, it's really bad -->
3638

3739
First, we'll use a few commands to setup an Actor template, and then we'll prompt ChatGPT to generate the code necessary for scraping that [Sales page](https://warehouse-theme-metal.myshopify.com/collections/sales) from the prompt above.
3840

0 commit comments

Comments
 (0)