This Docker environment is designed to facilitate web scraping using Python with Botasaurus. It comes pre-installed with all the necessary tools and configurations to run Botasaurus web scraping scripts.
1️⃣ Clone the Botasaurus Starter Template that uses this Dockerfile 🧙♀️:
git clone https://github.com/omkarcloud/botasaurus-starter my-botasaurus-project
cd my-botasaurus-project
2️⃣ Build the image 📦:
docker-compose build
3️⃣ Run it 😎:
docker-compose up
You may write your Selenium automation and scraping logic in main.py
according to your project's requirements.
The Docker image chetan1111/botasaurus
contains:
- Google Chrome: A web browser required for Selenium to interact with web pages.
- Python 3: The programming language in which the web scraping script is written.
Love It? Star It ⭐!
Become one of our amazing stargazers by giving us a star ⭐ on GitHub!
It's just one click, but it means the world to us.