Seklfreak / discord-image-downloader-go

A simple tool which downloads pictures posted in discord channels of your choice to a local folder.
MIT License
352 stars 91 forks source link

Linux-arm installation #182

Open rayplayzinf opened 4 years ago

rayplayzinf commented 4 years ago

Can u explain how it's supposed to be ran on my raspberry pi?

get-got commented 3 years ago

I know this is well after you asked but figured I'd reply in case you were still interested or anyone else couldn't figure it out.

cd /path/to/folder/ && ./discord-image-downloader-go to run it manually

If you install a process manager like pm2, you can do cd /path/to/folder then pm2 start discord-image-downloader-go. Do pm2 save, then add @reboot pm2 resurrect to your crontab so it'll start on boot.