Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 793 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 793 Bytes

Selfie Scraper Discord Bot

Discord bot to get selfies from the #selfie channel and save them locally!

How does it work?

The bot gets all the photos sent in the channel specified. The bot then saves them inside the local repository on your computer. You can also get it to generate a collage of all the photos together. All of this processing happens locally on the machine.

Development

To run the script:

make

This will automatically install all the dependencies. Make sure you have a creds.json filled in!

You might have to increase ImageMagicks limits by editing /etc/ImageMagic-6/policy.xml. Ran into this issue on a standard ubuntu install. See this issue

To clean the environment

make clean