Skip to content

Instantly share code, notes, and snippets.

View synCRAUNicity's full-sized avatar

Aubrey Craun synCRAUNicity

  • Florida Atlantic University
  • Boynton Beach, FL
View GitHub Profile
@eddie-chinbat
eddie-chinbat / twitterstreaming.cpp
Last active October 18, 2019 00:43
Twitter streaming API example on c++
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <oauth.h>
#include <curl/curl.h>
#include <ncurses.h>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/property_tree/ptree.hpp>