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)
- Host: GitHub
- URL: https://github.com/exurd/roblox_mgs_leaderboard
- Owner: exurd
- License: gpl-3.0
- Created: 2023-10-21T01:12:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:16:40.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:45:23.091Z (over 1 year ago)
- Topics: achievements, badges, github-actions, json, leaderboard, metagamerscore, roblox
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roblox MetaGamerScore 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.*