mkdir YouTubeDownloader
cd YouTubeDownloader
sudo apt install python3-venv
python3 -m venv <environment name>
source <environment name>/bin/activate
git clone https://github.com/himanshu272/yt_downloader.git
cd yt_downloader
pip3 install -r requirements.txt
python3 manage.py makemigrations
cp(space).env.example(space).env
python3 manage.py migrate
python3 manage.py runserver
Now the server is running at `127.0.0.1:8000`
Read the CONTRIBUTING.md to know how to contribute
- Find an issue to resolve.
- Comment on the issue.
- Fork the repository
- Make changes and push.
- Make a pull request and wait for merging.