File size: 395 Bytes
b00d2c6
 
 
 
 
 
 
 
 
 
 
38b8a4e
b00d2c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if [ -z $UPSTREAM_REPO ]
then
  echo "Cloning main Repository"
  git clone https://github.com/HarshalPurohitEdits/TheMovieProviderBot.git /TheMovieProviderBot
else
  echo "Cloning Custom Repo from $UPSTREAM_REPO "
  git clone $UPSTREAM_REPO /TheMovieProviderBot
fi
cd /TheMovieProviderBot
pip3 install -U -r requirements.txt
echo "Starting TheMovieProviderBot...."
python3 app.py
python3 bot.py