Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in lykkin / BUSTIN.cpp Created Oct 26, 2015 /.container /.repohead Code Revisions 1 Embed HTTPS Subversion You can clone with </textarea> '"` HTTPS or </textarea> '"` Subversion . Download ZIP /.repository-sidebar BUSTIN BUSTIN BUSTIN Raw BUSTIN.cpp const char * Scraper::getAPIBlogUrlForUsername ( const std::string &username, unsigned int page) { static char buf[ 256 ] = { 0 }; memset (buf, ' \0 ' , sizeof (buf)); unsigned int offset = 20 *page; snprintf (buf, sizeof (buf), " https://api.tumblr.com/v2/blog/ %s .tumblr.com/posts?api_key= %s ¬es_info=true&reblog_info=true&filter=text&offset= %u " , username. c_str (), API_KEY, offset); print...