Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 730 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 730 Bytes

Update your twitter bio to show your root-me.org and your tryhackme.com ranks

Default format :

Root-me rank : xxx/xxxxx (xxx pts)
TryHackMe rank : xxx/xxxxx (xxx pts)

Setup

Install dependencies

pip install --user -r requirements.txt

Get a twitter API key

Go to developer.twitter.com and request an API access.

Give your credentials

Open and fill Settings.py whith your credentials

Setup a cronjob

To update every 10 minutes :

*/10 * * * * python3 /path/to/script/main.py

What's next ?

  • Do not update if rank hasn't changed
  • Better DOM parsing (I know)
  • Better error handling
  • Might release docker image