omkarcloud / botasaurus-dockerfile

Dockerfile for Botasaurus

Home Page:https://www.omkar.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omkar

✨ Botasaurus Dockerfile 🤖

💦 Dockerfile for Botasaurus 💦

(Programming Language - Python 3)

Forks of botasaurus-dockerfile Stars of the repository License of botasaurus-dockerfile Issues

Views

Open in Gitpod


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.

Usage

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.

About the Image

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.

Stargazers for @omkarcloud/botasaurus-dockerfile

Made with Discipline for you in Bharat 🇮🇳 - Vande Mataram

About

Dockerfile for Botasaurus

https://www.omkar.cloud/

License:MIT License


Languages

Language:Dockerfile 100.0%