Skip to content

Update your twitter bio with your real-time root-me rank

Notifications You must be signed in to change notification settings

shellmage/ctf-rank-twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Update your twitter bio with your real-time root-me rank

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%