Make sure you have installed Python 3.10 or Newer installed on your machine.
Open CMD or Windows Power Shell as administrator in the Project-Friday-on-Python directory or wherever you've stored the cloned files of this repo, Type pip install -r pre-requisites.txt
and it will install all the required packages to run FRIDAY.
Open your Terminal in the directory where you've stored the cloned files of this repo and type following commands:
sudo apt update
sudo apt-get install python3 python3-pip
sudo pip3 install -r pre-requisites.txt
- Open
.env
file with your desired editor and enter your details in place of<INPUT>
- Save the
.env
file - NOTE: You don't have to edit any api keys stored in the
.env
file until you are a dev and want to input your own api keys
- If you have enabled 2FA authentication for your email account you must set an app password for your account in order to login with FRIDAY
- After setting app password for your account, you must paste your app password in place of
<INPUT>
under thePASSWORD
in the.env
file - If you don't have 2FA enabled for your account, You must ignore above 2 steps and proceed as usual by entering your normal password in place of
<INPUT>
Guide to How to set an app password for your Gmail account: https://support.google.com/accounts/answer/185833
NOTE: If you're using any other email providers, you might have to hop on google and run some searches to set app password if you have 2FA enabled in your account
- Open
paths.py
file with your desirable editor and paste paths of the program in place of<PATH>
- NOTE: Remember to use
\\
instead of\
while entering path.