Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rushi128/bse-india-api-pdf-downloader
This Node.js script automates the process of downloading PDF files from the BSE India API based on specific search criteria, such as category, date range, and type. It uses Axios for HTTP requests and file handling, allowing users to fetch and store PDFs locally for further analysis or archiving purposes.
https://github.com/rushi128/bse-india-api-pdf-downloader
amazon-web-services automation aws aws-s3 axios bse-stock-data dataanalysis dynamodb financialdata javascript nifty50 nodejs treding
Last synced: about 2 months ago
JSON representation
This Node.js script automates the process of downloading PDF files from the BSE India API based on specific search criteria, such as category, date range, and type. It uses Axios for HTTP requests and file handling, allowing users to fetch and store PDFs locally for further analysis or archiving purposes.
- Host: GitHub
- URL: https://github.com/rushi128/bse-india-api-pdf-downloader
- Owner: Rushi128
- License: mit
- Created: 2024-03-15T16:15:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T16:21:49.000Z (10 months ago)
- Last Synced: 2024-04-20T00:46:59.181Z (8 months ago)
- Topics: amazon-web-services, automation, aws, aws-s3, axios, bse-stock-data, dataanalysis, dynamodb, financialdata, javascript, nifty50, nodejs, treding
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BSE India API PDF Downloader
This Node.js script automates the process of downloading PDF files from the BSE India Corporate announcement API based on specific search criteria, such as category, date range, and type. It uses Axios for HTTP requests and file handling, allowing users to fetch and store PDFs locally for further analysis or archiving purposes.
## Features
- Fetches PDF files from the BSE India API
- Customizable search criteria (category, date range, type)
- Downloads and saves PDFs locally in a specified directory## Prerequisites
- Node.js installed on your machine
- npm (Node Package Manager) for installing dependencies## Usage
1. Clone the repository to your local machine.
2. Install dependencies using `npm install`.
3. Update the `headers` object in the script with valid BSE India API headers.
4. Run the script using `node index.js` or `npm start`.## Configuration
- Modify the `fromDate`, `toDate`, and other parameters in the script as needed.
- Customize the download directory by changing the `downloadDir` variable.## Contributing
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).