simple code to convert plan.io tickets to Github issues
For? When you need to convert all the plan io tickets to github tickets.
How? Simply go to your plan io tickets and export them to csv (bottom of page) make sure you selected all columns and included the description then change in the code (main.py) the csv to the exported csv path. go to ticket.py and enter your username, password and all the assignees users - in the correct format.
Run main.py
:)