Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ser-arthur/mp3-download-bot
a python bot that automates MP3 downloads from youtube links using selenium and a web converter.
https://github.com/ser-arthur/mp3-download-bot
mp3-downloads python selenium webautomation
Last synced: 3 months ago
JSON representation
a python bot that automates MP3 downloads from youtube links using selenium and a web converter.
- Host: GitHub
- URL: https://github.com/ser-arthur/mp3-download-bot
- Owner: ser-arthur
- Created: 2024-09-14T02:26:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T02:41:20.000Z (4 months ago)
- Last Synced: 2024-10-10T20:43:12.216Z (3 months ago)
- Topics: mp3-downloads, python, selenium, webautomation
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3 Download Bot
This Python bot automates MP3 downloads from YouTube links using Selenium and an online converter.
## How It Works
- Reads YouTube video links from `links.txt`.
- Submits links to an online YouTube-to-MP3 converter and downloads the MP3 files.
- Saves files to the `downloads` directory in the project folder.
- Handles multiple links for batch downloads.## Requirements
- Python 3.x
- Selenium
- Chrome Browser
- ChromeDriver## Usage
1. Add your YouTube links to `links.txt`, one per line.
2. Run the bot with `main.py`.## Important Notice
This tool interacts with YouTube and a third-party converter to download MP3s. Downloading content from YouTube may violate YouTube’s Terms of Service. Ensure you comply with applicable laws and have the proper rights to download and use the content. Use this tool responsibly and at your own risk.
## Responsible Use
This bot is intended for educational purposes only. Always verify content rights before downloading. Consider using legitimate sources for royalty-free or Creative Commons content when appropriate.