Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kabirnayeem99/islam_qa_scraper_go

IslamQA scraper written in Go.
https://github.com/kabirnayeem99/islam_qa_scraper_go

go-scraper go-scripts islamqa scraping

Last synced: about 1 month ago
JSON representation

IslamQA scraper written in Go.

Awesome Lists containing this project

README

        

# 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:

```{shell}
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:

```{shell}
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](license).