Last active
June 28, 2023 13:36
-
-
Save Bharathboy1/052961d24ee79c4732bf95f307c6e527 to your computer and use it in GitHub Desktop.
Revisions
-
Bharathboy1 revised this gist
Jun 28, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cat >> .env << EOF API_ID=3704772 API_HASH=b8e50a035abb851c0dd424e14cac4c06 REDIS_URI=redis://default:d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP@redis-18036.c61.us-east-1-3.ec2.cloud.redislabs.com:18036 REDIS_PASSWORD=d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP SESSION=1BVtsOGYBuzDkW7ufkNnH2ztyTlM-nGl_yZEOIkzC_IgbxB4e09RTBxX45HwL1sn4fDAR6g08v6c4b18U3wPFvvc9cPAXC5lszT3IcF-iJ0zusWahqK8C0O4KjAsjJTy8Gy6YH3dsyHOHo9jmg1BxjtECNPdkwSqpQPNtyLHP-rjyRSMD9o6fWCObHCVwKId5sG_lwttSn0hrbr7pubxMDUVCN-6UPSR4f3gDIaoVQmr_KCCkHMuAKoxmkMfNVVImhLDOuIk3KgJwYhIn-TOD1Yt-cICk9LKd0wBpkb2IOi4ZnHX2NvSxLRNx54ZGt6hNCGZKXIgUZJLX76Y8JM0qan0HjMLrFsU= EOF } -
Bharathboy1 revised this gist
Jun 28, 2023 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,7 @@ API_ID=3704772 API_HASH=b8e50a035abb851c0dd424e14cac4c06 REDIS_URI=redis://default:d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP@redis-18036.c61.us-east-1-3.ec2.cloud.redislabs.com:18036 REDIS_PASSWORD=default SESSION=1BVtsOGYBuzDkW7ufkNnH2ztyTlM-nGl_yZEOIkzC_IgbxB4e09RTBxX45HwL1sn4fDAR6g08v6c4b18U3wPFvvc9cPAXC5lszT3IcF-iJ0zusWahqK8C0O4KjAsjJTy8Gy6YH3dsyHOHo9jmg1BxjtECNPdkwSqpQPNtyLHP-rjyRSMD9o6fWCObHCVwKId5sG_lwttSn0hrbr7pubxMDUVCN-6UPSR4f3gDIaoVQmr_KCCkHMuAKoxmkMfNVVImhLDOuIk3KgJwYhIn-TOD1Yt-cICk9LKd0wBpkb2IOi4ZnHX2NvSxLRNx54ZGt6hNCGZKXIgUZJLX76Y8JM0qan0HjMLrFsU= EOF } insp() { -
Bharathboy1 revised this gist
Jun 28, 2023 . No changes.There are no files selected for viewing
-
Bharathboy1 created this gist
Jun 28, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ enl() { cat >> .env << EOF API_ID=3704772 API_HASH=b8e50a035abb851c0dd424e14cac4c06 REDIS_URI=redis://default:d292y2R1dQYNhnm9a1o0rbDg9GoUGRyP@redis-18036.c61.us-east-1-3.ec2.cloud.redislabs.com:18036 REDIS_PASSWORD=default SESSION=1BVtsOGYBu3kmSu7IsNucevNp20Sh64afbdy8jxledfbR1Fml9JrDUUlCc58MJUFGfcBqul2YTb5a9pIEosB4X8hyCrh546OiXCuQ1utWV_a05VUKf6esZid1Rqp0vXTkV4Y2qilHtyrHYBHDLfmrYJN9QVrqEaQczVFEnA32c_xubNxEIynIX2bQltlB72QErByYXPIZ1xklljs6mWq4SqMNTw1ZrpnJPLkvU3HgMkFBPGRM5Qc6H3cgdgmj325fuozLPccwJvB_-O20RbrxbFGe1GCFWZjcJ1UYed30_kJ78YI5Sr-03cBeY_rG2AMH5U7Wq64GRz2HaSC6FoJf8Q9xqjR8JsA= BOT_TOKEN=1880204959:AAGvlmnqVGZswnU1hfwTgRhCBsjrdJfwJ0o LOG_CHANNEL=-1001811764554 EOF } insp() { sudo apt install python3 python3-pip -y sudo apt install --fix-broken pip install --upgrade pip && pip3 install -r req* && pip3 install -r res*/st*/op* } git clone https://github.com/TeamUltroid/Ultroid cd Ultroid touch .env chmod 777 .env enl insp > /dev/null 2>&1 bash startup