Skip to content

zaphodef/HallOfFame-Root-me.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HallOfFame Root-me

Hall Of Fame dashboard for Root-me.org. Users information are in the users.json.

screenshot

Informations

Since root-me doesn't have any API, this is dirty parsing ! But it's working ;)

/!\ The statistics in the demo are not updated every night !

Add/Update a user

Add the user in the users.json like this :

python update.py username realname

You can get the useranme form the url of a Root-me profile : https://www.root-me.org/username /!\ CAUTION: take the username from the URL !

Update the json like this :

python3 update.py update

Use a cron job to update the script every night ;)

Delete username :

python3 update.py delete username

History

  • 0.0.1
    • First release
  • 0.0.2
    • Fix issues
  • 0.0.2
    • Add delete function

Credits

License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.4%
  • HTML 45.6%