Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 307 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 307 Bytes

base-boilerplate

Boilerplate for a Finic project to scrape websites and automate the web.

Instructions

Step 1

Create args.json and fill in the fields. For example:

{
  "arg1": "value1",
  "arg2": 15
}

Step 2

poetry install

Step 3

poetry run start