Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 463 Bytes

vps.md

File metadata and controls

38 lines (22 loc) · 463 Bytes

Deploy in your Virtual Private Server or Run Locally


Clone the project

  git clone https://github.com/kevinnadar22/URL-Shortener-V2

Go to the project directory

  cd URL-Shortener-V2

Install dependencies

  pip3 install -r requirements.txt

Change The Vars Of config.py File Accordingly

Start the server

  python3 -m main

Tech Stack

Language: Python 3.9.9

Library: Pyrogram 2.0.30