Skip to content

namanthapliyal/AnyDownloader-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask App

This is the AnyDownloader Flask backend, which hosts APIs to download media files from various services like Instagram, the internet, and YouTube.

Pre-requisites

Python 3.11.1

Installation

1. Clone the repository

git clone https://github.com/namanthapliyal/AnyDownloader-backend
cd AnyDownloader-backend

2. Create and activate a virtual environment

🔹 On Windows:

python -m venv venv
venv\Scripts\activate

🔹 On macOS/Linux:

python3 -m venv venv
source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

Usage

Start the Flask development server:

python app.py

On macOS/Linux, you may need to use python3 instead of python.

Open your browser and navigate to: http://localhost:5000

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages