Skip to content

Instantly share code, notes, and snippets.

View fajela's full-sized avatar
💭
testing

Olesia Korobka fajela

💭
testing
View GitHub Profile
@fajela
fajela / Multi_Keyword_SERP.ipynb
Created May 28, 2023 23:02 — forked from sajjadmd/Multi_Keyword_SERP.ipynb
SEO script. Get the top 10-100 results for many keywords at once using DataForSEO API.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# git clone https://github.com/NVlabs/stylegan2
import os
import numpy as np
from scipy.interpolate import interp1d
from scipy.io import wavfile
import matplotlib.pyplot as plt
import PIL.Image
import moviepy.editor
import dnnlib
@fajela
fajela / seo-people-also-ask.js
Last active February 19, 2020 17:40
SEO Script. Get all the People Also Ask questions from the SERP.
(function() {
clear();
let words = [];
function uniq(value, index, self) {
return self.indexOf(value) === index;
}
let selector = 'g-accordion-expander > div:first-child div';
const found = document.querySelectorAll(selector);
@fajela
fajela / MemeMaker.html
Last active August 29, 2015 14:14 — forked from jwill/MemeMaker.html
<!DOCTYPE html>
<html>
<head>
<title>MemeMaker-Simple</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<style>