h4ckd0tm3 / TweetTFd

CTFd Challenge Type which tweets every time someone solves a challange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated in favor of CTFd Notifier

TweetTFd

This is a plugin for the popular jeopardy CTF platform CTFd it requires the python module tweepy. This is completly based on the Dynamic Scoring plugin!

It creates a new challenge type that tweets whenever a team solves a challenge :)

You need to create a credentials.py file to use this plugin! credentials.py example:

CONSUMER_KEY = 'YOUR APP KEY'
CONSUMER_SECRET = 'YOUR APP SECRET'
ACCESS_TOKEN = 'ACCESS TOKEN'
ACCESS_TOKEN_SECRET = 'ACCESS TOKEN SECRET'

About

CTFd Challenge Type which tweets every time someone solves a challange


Languages

Language:Python 47.8%Language:HTML 43.7%Language:JavaScript 8.5%