A very simple way of adding your own lists in a JSON file and create a new card on that list.
- trello3 - https://github.com/waynew/trello3
- Rename
resources/trello_settings_template.json
totrello_settings.json
- Collect your Trello app-key from this link, save it in
trello_settings.json
asapp_key
- Collect your Trello token key from this link , save it in
trello_settings.json
astoken
- Collect your desired list id's from Trello sandbox. Use their sandbox to get lists on boards. Tip: Board id's can be found in the hyperlink of a board when you open Trello.com and select a board.
- Add a desired name of the list and its id in
trello_settings.json
- Run
main.py <list_name> <name__of_card>
to add a card to that list.