A web application built with React that allows scraping data from the internet and downloading files. This application is currently designed to extract Google Drive links but can be extended to support additional features.
- Extract Google Drive links: The application can scrape Google Drive links from web pages.
- Download files: Once a Google Drive link is extracted, the application allows users to download the corresponding file.
To run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/MeetRajput00/FileExtractor.git
-
Install dependencies:
npm install
-
Start Development server:
npm start
The following features can be considered for future enhancements:
- Currently only Google Drive links can be extracted, in the future wide array of services will be available.
- Updation of UI.
- And many more to come...
Contributions are welcome! Feel free to point out any issues, or send pull requests for any update.