tugberkugurlu / bitbucket-issues-to-github

A Bitbucket to GitHub Issue Migration Tool
MIT License
4 stars 2 forks source link

Added command line options based on CommandLine library and updated for Bitbucket API 2.0 #6

Closed NameOfTheDragon closed 5 years ago

NameOfTheDragon commented 5 years ago

I was going to just do a quick add of some command line options, but then I ran into the fact that Bitbucket API 1.0 has been retired, so had to update to use API 2.0, which meant re-doing the data models and how pagination is handled. I ended up doing a pretty extensive refactor. I'm not sure whether this is appropriate for a pull request, but I'll throw it out there and leave it up to you whether you want to take it back into your original repo.

tugberkugurlu commented 5 years ago

This is great, thanks for this!

tugberkugurlu commented 5 years ago

@NameOfTheDragon would you be up for adding instructions on how this can be used on README as well? I think that would be really helpful for others.

NameOfTheDragon commented 5 years ago

@NameOfTheDragon would you be up for adding instructions on how this can be used on README as well? I think that would be really helpful for others.

OK, I'll see what I can do.