a python script that generates /r/osugame scorepost titles and screenshots of score pages.
- install git
- clone this repo (e.g.
git clone https://github.com/0i8/scoreposter.git
) - get your api key
- put your api key in .env
- install python
- open your console where you have this repository in
- run
pip install -r requirements.txt
- to use the screenshot function, (on debian-adjacent systems) run
sudo apt install firefox-geckodriver
and set the screenshots variable in .env to "yes" - if everything is successful, in your console, run
python scoreposter.py -u=[username]
for example, if you want to grab mrekk's last play:
and to grab dressurf's (osu!mania player) last play:
please report any bugs in the issues tab
do whatever you want with the code
if you have meaningful changes open a PR
thanks