A simple python discord bot for automatically uploading photos to photostream!
* Python 3.6+
* discord.py
* ffmpeg
* dotenv-python
$ git clone https://github.com/MyUsernamee/Photographer-photostream.git
$ cd Photographer-photostream
$ pip3 install -r requirements.txt
HERE YOU ARE GOING TO CREATE YOUR .env FILE, REFER TO SECTION BELOW
$ python3 main.py
The .env file has two parameters:
OUTPUT: The directory where the photos will be uploaded.
DISCORD_TOKEN: The token of your bot.
A sample .env file is provided in the repository.