ThioJoe / YT-Spammer-Purge

Allows you easily scan for and delete scam comments using several methods.
GNU General Public License v3.0
4.52k stars 391 forks source link

Support for Headless servers for Linux #1013

Closed Arttast closed 1 year ago

Arttast commented 1 year ago

Normally the application requires Xorg(or Wayland) for Oauth2 authentication. Can we make it so can be used fully without a windowing system?

Firecul commented 1 year ago

I think this has been asked a few times but afaik no one has came up with a way of getting the oauth2 authentication without opening a url.

ThioJoe commented 1 year ago

The simplest way is to simply authenticate on your desktop computer and copy over the oauth token after logging in

Arttast commented 1 year ago

Thanks!