A simple web scraper written in Go that extracts questions, links and answers from the islamqa.org website.
- Go (at least version 1.20)
- Colly (for web scraping)
- Make sure you have Go installed on your system.
- Install the required package using the following command:
go get github.com/gocolly/colly/
- Clone this repository to your local machine.
- Open the terminal and navigate to the project directory.
- Run the scraper using the following command:
go run main.go
This scraper is provided for testing and educational purposes only. Please be respectful of the website's terms of service and robots.txt. Do not use this scraper for any unauthorized or unethical activities.
This project is licensed under the MIT License.