Skip to content

Latest commit

 

History

History
85 lines (45 loc) · 5.9 KB

replit.md

File metadata and controls

85 lines (45 loc) · 5.9 KB

Date: July 29, 2022

Author: Kevin

Source: Tango


Create a Replit.com account to continue with the tutorial

2. Click on Import from GitHub

Step 2 screenshot

3. Replit Will take Some time to Clone and Setup the Repo

4. Click on Done

After Setting Up, You will get this in your sidebar. Click on done Step 4 screenshot

5. Add Environment variables

Add Environment variables. Refer https://github.com/kevinnadar22/URL-Shortener-V2/wiki/About Step 5 screenshot

6. Add all the required Variables and Optional variables whichever you want

Step 6 screenshot

7. Add the Values

Step 7 screenshot

8. Click on Run

After adding all the variables, Click on Run. It will take some time to install the dependencies Step 8 screenshot

9. Setting up......

Step 9 screenshot

10. Type "pip install -r requirements.txt"

After Installing the dependencies automatically, we need to install it manually Step 10 screenshot

11. Add REPLIT_APP_NAME

Add REPLIT_APP_NAME which is url-shortener-v2 Step 11 screenshot

12. Type Your APP_NAME

Step 12 screenshot

13. Click on Save

Step 13 screenshot

14. Add Your Replit Username

Add Your Replit Username to keep the app running for 24/7 Step 14 screenshot

15. Click on Save

Step 15 screenshot

16. Click on Run

Click on Run and your bot will be started Step 16 screenshot


This workflow was created with Tango