Skip to content

Instantly share code, notes, and snippets.

@rainbowbreeze
rainbowbreeze / find_personas.js
Created November 15, 2019 23:09
Find Personas from survey replies
function testPersonas() {
var personas = AssignPersonas(
"Get inspired about new activities and formats I can run with my community",
"Building connections and celebrate with the other GDG leads at the summit and I/O",
"I've been around for a while (3+ years)",
"0",
"500 - 1000");
Logger.log(personas);
}
from __future__ import unicode_literals
from pydub import AudioSegment
import youtube_dl
import logging
import os
import sys
def create_desc_file(url):
"""Creates a desc file directly from the YT file
"""
Script to identify accounts followed older than 4 months.
Source blogpost: http://www.rainbowbreeze.it/identify-your-twitter-followings-older-that-4-months
"""
import tweetpony
from datetime import timedelta, datetime
import urllib3.contrib.pyopenssl
import time