## YouTube Shorts Scrolling Automation Script
Welcome to the YouTube Shorts Scrolling Automation Script repository! This Python script is designed to automate the process of scrolling down through YouTube Shorts, making it easier for you to explore and enjoy a seamless viewing experience.
### Features
- 🚀 Automatically opens a Firefox browser.
- 🎥 Navigates to the YouTube Shorts tab.
- ⏭️ Scrolls down to view the next Shorts after a fixed interval.
- ⏸️ Pauses scrolling when you manually interact with the page.
### Why Use This Script?
- Save Time: No need to manually click through each Shorts. The script does it for you.
- Effortless Viewing: Sit back and enjoy a continuous stream of Shorts without interruptions.
- Customizable: You can adjust the scrolling interval as per your preference.
### Prerequisites
- Python 3.x
- Firefox browser
- Selenium library (`pip install selenium`)
### How to Use
1. Clone this repository to your local machine.
```bash
git clone https://github.com/Atharv-Nalwade/LazyMans_Scroller.git
```
2. Navigate to the project directory.
```bash
cd LazyMans_Scroller
```
3. Install the required dependencies if you haven't already.
```bash
pip install -r requirements.txt
```
4. Run the script.
```bash
python main.py
```
5. Sit back and relax as the script automates scrolling through YouTube Shorts for you.
### Customization
You can customize the behavior of the script by modifying the following variables in the `youtube_shorts_scroll.py` file:
- `SCROLL_INTERVAL`: Adjust the time (in seconds) between each scroll.
- `PAUSE_ON_INTERACTION`: Set to `True` if you want the script to pause scrolling when you manually interact with the page.
### Disclaimer
This script is intended for educational and personal use only. Usage of this script to violate YouTube's terms of service or to engage in any form of unauthorized activity is discouraged.
### Contribution
Found a bug? Have a suggestion? Contributions are welcome! Feel free to fork this repository, make changes, and submit a pull request.
### License
This project is licensed under the [MIT License](LICENSE).
---
Happy automated scrolling! If you find this script useful, don't forget to star the repository. If you encounter any issues or have suggestions, please create an issue or reach out to us.
Disclaimer: This script is not affiliated with or endorsed by YouTube.
Made with ❤️ by [Atharv Nalwade](https://github.com/Atharv-Nalwade)