Skip to content

Instantly share code, notes, and snippets.

View nilportugues's full-sized avatar

Nil Portugués Calderó nilportugues

View GitHub Profile
#!/bin/python
# -*- coding: utf-8 -*-
from time import sleep
from random import randint
from selenium import webdriver
from pyvirtualdisplay import Display
class MuncherySpider():
@nilportugues
nilportugues / cyanite-compile.sh
Last active April 26, 2017 16:51
cyanite-compile.sh
#!/bin/bash
##-----------------------------------------------------------
## Obtain Cyanite JAR file.
##-----------------------------------------------------------
## Download the build system to compile Cyanite
cd /tmp
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /tmp/lein
chmod 0755 /tmp/lein
@nilportugues
nilportugues / KongJwt.md
Created June 5, 2017 21:57 — forked from martinheld/KongJwt.md
Short example to use JWT with Kong

JWT Kong Example

  • Get and Start Kong and Co
git clone [email protected]:Mashape/docker-kong.git
cd docker-kong/compose
docker-compose up
  • Create Kong API Route
@nilportugues
nilportugues / REACT-COMPONENTS.md
Last active June 21, 2017 10:34
REACT-COMPONENTS