apify / actor-templates

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

Add getting started templates #90

Closed mnmkng closed 2 years ago

mnmkng commented 2 years ago

Adding templates that should be used in developer onboarding flow of the Console. It should work approximately like this:

  1. Users are prompted to create an actor.
  2. They are presented with 3 language choices - Node, TS, Python
  3. Depending on choice, the proper getting started template is selected
  4. They are prompted to complete the missing piece of code
  5. Build
  6. Prompted to go to Input - which will have input schema
  7. Fill in input
  8. Run
  9. Output schema should kick in and show nice table
  10. Prompt to either deploy code from GitHub (go to GitHub guide), from local (CLI guide) or continue browsing Console.

@B4nan pls check the TS. I skipped build, because the code would not build, as there is a piece missing. @fnesveda pls check the Python. I used your original example and quite naively updated it to match the other templates.