Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 664 Bytes

Photographer

A simple python discord bot for automatically uploading photos to photostream!

Requirements

* Python 3.6+
* discord.py
* ffmpeg
* dotenv-python

Installation

$ 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

Creating your .env file

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.