Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.
/ ctf-rank-twitter Public archive

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

Notifications You must be signed in to change notification settings

senges/ctf-rank-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages