int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
220 stars 22 forks source link

Use random listening port on authorization #23

Closed int128 closed 5 years ago

int128 commented 5 years ago

Currently port 8000 is used for authorization but sometimes it may be used by development tools. This allows using random port to prevent conflict.

This will fix #14.