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

https://github.com/std-enigma/typeracer-scraper

Scraper for https://play.typeracer.com texts database
https://github.com/std-enigma/typeracer-scraper

python python-scraper python-script typeracer web-scraper

Last synced: 3 months ago
JSON representation

Scraper for https://play.typeracer.com texts database

Awesome Lists containing this project

README

        

# ⌨️ typeracer-scraper

A web scraper written in python to get all the registered texts in the [typeracer DB](https://www.typeracerdata.com/)

## ⚡️ requirements

- [Python](https://www.python.org)
- [BeautifulSoup](https://pypi.org/project/BeautifulSoup)
- [Requests](https://pypi.org/project/requests)

## 🚀 Usage

```shell
git clone https://github.com/Std-Enigma/typeracer-scraper.git
cd typeracer-scraper
python scraper.py
```
and you will find a data.json file in your directory that contains all the scraped data

---

![Python](https://img.shields.io/badge/Made%20with%20Python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)