You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this does not have to be done in javascript, id rather keep all the code in the same language for something like this, so a single binary can be used with ease
this does not have to be done in javascript, id rather keep all the code in the same language for something like this, so a single binary can be used with ease
Interacting with the keyring that stores the token is outside of what i was able to do and i settled for this instead. while i do know its not an ideal approach its better then having nothing at all for a program that is really useful for users.
Collect discord tokens with puppeteer for linux users.
Install these in the same directory as Discord-Backup!
npm install puppeteer @gilgames/discord-detours
Make a javascript file in the same directory as Discord-Backup.
sudo nano index.js
Initial login script
index.js
with this one to automatically fetch the token on subsequent runs:fetch_tokens.py
The text was updated successfully, but these errors were encountered: