An open API service indexing awesome lists of open source software.

https://github.com/senges/ctf-rank-twitter

Update your twitter bio with your real-time root-me rank
https://github.com/senges/ctf-rank-twitter

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

Default format :

```text
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](https://developer.twitter.com/en/docs) 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