Skip to content

kabirnayeem99/islam_qa_scraper_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IslamQA.org Scraper (GoLang)

A simple web scraper written in Go that extracts questions, links and answers from the islamqa.org website.

Requirements

  • Go (at least version 1.20)
  • Colly (for web scraping)

Installation

  1. Make sure you have Go installed on your system.
  2. Install the required package using the following command:
go get github.com/gocolly/colly/

Usage

  1. Clone this repository to your local machine.
  2. Open the terminal and navigate to the project directory.
  3. Run the scraper using the following command:
go run main.go

Note

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.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages