-
Parse given file
- Extract all US's from file
- Extract Title
- Description
- Checklists
- Images
- Remove all tags
- Extract all US's from file
-
Add Cards
- Retrieve API credentials
- Retrieve
board
- Retrieve
lists
- Retrieve
labels
- Create card
- w/ title
- w/ description
- w/ integrated images
- w/ checklists
- w/ label
- add labels based on .env specs
- refactor output for better debugging and information
- refactor code w/ PEP 8 style guide