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
- Host: GitHub
- URL: https://github.com/senges/ctf-rank-twitter
- Owner: senges
- Archived: true
- Created: 2020-09-19T17:03:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T20:47:00.000Z (about 5 years ago)
- Last Synced: 2025-02-18T19:16:23.502Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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