Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghxm/boomkat-end-of-year
Boomkat End of Year lists in machine-readable format
https://github.com/ghxm/boomkat-end-of-year
Last synced: about 14 hours ago
JSON representation
Boomkat End of Year lists in machine-readable format
- Host: GitHub
- URL: https://github.com/ghxm/boomkat-end-of-year
- Owner: ghxm
- Created: 2023-12-21T09:29:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T09:59:07.000Z (5 days ago)
- Last Synced: 2024-12-20T10:42:19.793Z (5 days ago)
- Language: Python
- Homepage:
- Size: 9.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boomkat End of Year in machine-readable format
This is a collection of the end of year lists from [Boomkat](https://boomkat.com/) in a machine-readable format.
The lists are available as SQLite database with a joined dump and individual chart CSV files:
- [boomkat.db](boomkat.db) (SQLite database)
- [boomkat.db.csv](boomkat.db.csv) (CSV file)
- [`csv/raw/`](csv/raw/) (CSV files for each chart)## Code
The code is a few years old but seems to work still. It relies on Selenium and an undetected Chromedriver. If you want to re-create this database, you can run the following commands:
```bash
# Install dependencies
pip install -r requirements.txt
python boomkat.py
```