Skip to content

Instantly share code, notes, and snippets.

View gxjansen's full-sized avatar

Guido X Jansen gxjansen

View GitHub Profile
@Flyingmana
Flyingmana / meet-magento-world_backup-plan.md
Created June 5, 2017 17:31
a possible backup Plan for the Meet Magento World, in case it gets canceled

The Meet Magento World was planned as a big Online Conference with all the known best speakers from the Meet Magento conferences.

Sometimes planning big can lead to plans which fail.

But we already have a nice reserved Date(Jul 11-13, 2017), and it would be a waste to not use it.

So how can we as a Community organize such a big event in such short time ourself you may wonder. By cheating, we just plan small, very small.

@ryanpraski
ryanpraski / google_search_console_daily.R
Last active April 27, 2021 06:49
Download Google Search Console data (formerly webmaster tools) to R using searchConsoleR package. This script downloads data for the most recent day of search console data which is 3 days ago. Tutorial describing how to automate daily Google Search Console pulls using this script: http://www.ryanpraski.com/google-search-console-api-r-guide-to-ge…
## A script to download and archive Google search console analytics (formerly webmaster tools)
##
## searchConsoleR package created by Mark Edmondson (http://markedmondson.me)
##
## This script downloads and writes data to .csv for the most recent day of search console data (3 days ago)
## load the required libraries
## (Download them with install.packages("googleAuthR") and install.packages("searchConsoleR") if necessary
library(googleAuthR)
library(searchConsoleR)