Added config file, improved setup and updater scripts.

This commit is contained in:
2023-05-18 16:56:49 +02:00
parent 7b297b75be
commit 530fff24ea
7 changed files with 35 additions and 13 deletions

View File

@@ -6,5 +6,10 @@ git clone https://git.justw.tf/Lightemerald/mcr-bot && cd mcr-bot
git clone https://github.com/farshadz1997/Microsoft-Rewards-bot
pip install -r Microsoft-Rewards-bot/requirements.txt
mkdir vpn
cp ./config.txt.sample config.txt
chmod +x ./*.sh
clear
echo "Add your VPN files in ./vpn and your accounts files with the same name as the vpn in ./Microsoft-Rewards-bot then run setup-vpn.sh"
echo "edit config.txt"
echo "Add your VPN files (.ovpn) in ./vpn"
echo "Add your accounts files (.json) with the same name as the vpn in ./Microsoft-Rewards-bot"
echo "finally run setup-vpn.sh"