The Twitch.tv Streamer Data Scraper is a tool designed to collect and store data from Twitch.tv streamers.
- Scrapes data from Twitch.tv streamers.
- Stores scraped data in a structured format.
- Configurable settings for custom scraping needs.
- Logs activities and errors for monitoring and debugging.
- Clone the repository:
git clone https://github.com/Palaszontko/Twitch.tv-Streamer-Data-Scraper.git cd Twitch.tv-Streamer-Data-Scraper
- Install dependencies:
go mod download
3a. Run the project:
go run cmd/main/main.go
3b. Build and run the project:
go build -o cmd/main/main.go scraper
./scraper
Configure the scraper by modifying the configs/config.json
file:
{
"timePeriod": 365
}
timePeriod
: Time period of scraped data.
Logs are stored in the logs/
directory. Monitor logs for information on scraping activities and errors.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This script is for educational purposes only. The use of automated tools to create accounts on websites may violate the terms of service of those websites. Use at your own risk.
This project is licensed under the MIT License. See the LICENSE file for details.