vzhd1701 / csv2notion

Import/Merge CSV files into Notion database
MIT License
74 stars 10 forks source link

[Feature request]: Possibility to use as python library #10

Closed macsunmood closed 1 year ago

macsunmood commented 2 years ago

Suggestion

Hi! Project seems great, but is it possible to use it as an importable python library?

vzhd1701 commented 2 years ago

Sure you can. I haven't documented anything though. But you should be able to figure out how to handle the workflow and high level logic by looking at cli.py, cli_args.py and cli_steps.py.

macsunmood commented 1 year ago

Sure you can. I haven't documented anything though. But you should be able to figure out how to handle the workflow and high level logic by looking at cli.py, cli_args.py and cli_steps.py.

Thanks, gonna try it out!