- Replace
client_id
config field withclient_key
to match the new web UI- Use
client_id
as a fallback
- Use
- Fix bug that caused an empty list to be created when the
export list
command is used with a list name that does not exist - Provide more friendly output when a config file cannot be found
- Add the ability to export all lists to CSV files in one command
- Only look up the list once when adding multiple users to the same list
- List imports are much faster
- Fix debug output
- Fix list exports
- Fix bug where only 40 accounts were ever returned in a list (close issue #1)
- Add
--debug
CLI option
- Add
URL
andLocal URL
CSV columns
- Provide a helpful error message when attempting to add an account to a list while a follow request is pending
- Fix bug where the
follow
CLI command actually tries to unfollow an account - PEP 8 code style compliance improvements
- Initial release