Skip to content

Instantly share code, notes, and snippets.

View pierre-dickinson's full-sized avatar
💭
Crafting Shopfolio

Pierre Dickinson pierre-dickinson

💭
Crafting Shopfolio
View GitHub Profile
<?php
/**
* TEST proxycrawl
* @link https://proxycrawl.com/dashboard/docs
* ----------------------------------------------------------------------
*/
$token = '***********************';
$url = urlencode('https://www.facebook.com/britneyspears');
@pierre-dickinson
pierre-dickinson / webhose_query_mowno_php
Last active November 29, 2018 14:30
webhose query in php format for site:mono.com
<?php
// These code snippet use our PHP client. Download from github
// Webhose::config("**********-***********-*********");
//Helper method to print result:
function print_filterwebdata_titles($api_response)
{
@pierre-dickinson
pierre-dickinson / webhose_query_result_json
Created November 29, 2018 14:25
Webhose query result example in .json for site:mowno.com
{
"posts": [
{
"thread": {
"uuid": "4494cd5357924bcf58d45c89c13c527d5b5b2595",
"url": "http://omgili.com/ri/jHIAmI4hxg8Bbc7MyP_6gvwAXV4OA8jQapR5IvCTIdagHDQUI1fHAG44xk6Lm2MmxPc1rwKEEuCg6ooe.MJcw.NFOizcZXQeEQlmC1FZUC4-",
"site_full": "www.mowno.com",
"site": "mowno.com",
"site_section": "http://www.mowno.com/feed/",
"site_categories": [
@pierre-dickinson
pierre-dickinson / gist:156306079ed8c86e58ec9ef0472a31d6
Created October 10, 2018 11:26
Customize Buddypress Theme Template Stack
/**
* Buddypress template stack adaptation for Blade Sage.io templating
* @link https://roots.io/sage-9/
* example @link http://www.generalthreat.com/2013/08/grappling-with-bp-theme-compatibility/
*
* initial url was :
* /app/public/app/themes/sage/resources/buddypress
*/