infosec-intern / hhc-2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Holiday Hack Challenge 2016

Intro
Neighborhood

Extra Links

Part One

Santa's Business Card

  • Python script: tweet_finder.py
    • Query a target Twitter user's account
    • Print out all the statuses of that user
  • Configuration File: config.json
{
    "target": <Username of Twitter Account to Query>,
    "consumerKey": <API Key>,
    "consumerSecret": <Secret Key>,
    "accessToken": <Application API Key>,
    "accessSecret": <Application Secret>
}
  1. What is the secrete message in Santa's tweets? [Done]
  2. What is inside the ZIP file distributed by Santa's team? [Done?]

About

License:MIT License


Languages

Language:Python 100.0%