Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.04 KB

scoreposter

a python script that generates /r/osugame scorepost titles and screenshots of score pages.

how to use

  1. install git
  2. clone this repo (e.g. git clone https://github.com/0i8/scoreposter.git)
  3. get your api key
  4. put your api key in .env
  5. install python
  6. open your console where you have this repository in
  7. run pip install -r requirements.txt
  8. to use the screenshot function, (on debian-adjacent systems) run sudo apt install firefox-geckodriver and set the screenshots variable in .env to "yes"
  9. if everything is successful, in your console, run python scoreposter.py -u=[username]

for example, if you want to grab mrekk's last play: example

and to grab dressurf's (osu!mania player) last play: example2

please report any bugs in the issues tab

do whatever you want with the code

if you have meaningful changes open a PR

thanks