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

https://github.com/exurd/roblox_mgs_leaderboard

JSON files of MetaGamerScore Roblox leaderboard(s)
https://github.com/exurd/roblox_mgs_leaderboard

achievements badges github-actions json leaderboard metagamerscore roblox

Last synced: about 1 month ago
JSON representation

JSON files of MetaGamerScore Roblox leaderboard(s)

Awesome Lists containing this project

README

          

# Roblox MetaGamerScore Leaderboard

![GitHub repo size](https://img.shields.io/github/repo-size/exurd/roblox_mgs_leaderboard)
![Github Created At](https://img.shields.io/github/created-at/exurd/roblox_mgs_leaderboard)
![GitHub commit activity week](https://img.shields.io/github/commit-activity/w/exurd/roblox_mgs_leaderboard)
![GitHub commit activity month](https://img.shields.io/github/commit-activity/m/exurd/roblox_mgs_leaderboard?color=AA4A44)
![GitHub License](https://img.shields.io/github/license/exurd/roblox_mgs_leaderboard)

This is a Python script that extracts the infomation on the three toplists for the platform "Roblox" on [MetaGamerScore](https://metagamerscore.com/) and saves it to three separate JSON files.

The repository uses GitHub Workflows to update the JSON files every 6 hours.

## Toplists available
- [score](score_rblx.json)
- [completist](completist_rblx.json)
- [firsts](firsts_rblx.json)

You need to have the packages [requests](https://pypi.org/project/requests), [BeautifulSoup4](https://pypi.org/project/beautifulsoup4) and [fake-useragent](https://pypi.org/project/fake-useragent) installed.

*Licensed under the GNU General Public License v3.0.*