Skip to content

Instantly share code, notes, and snippets.

View poupkine's full-sized avatar

Vasily Poupkine poupkine

View GitHub Profile
" Мой актуальный конфиг тут: https://github.com/alexey-goloburdin/dotfiles
@sladjandr
sladjandr / email-scrape.py
Created October 4, 2016 21:00
Scrape all mailto links from a page - Python
import requests
import xlwt
from bs4 import BeautifulSoup
wb = xlwt.Workbook()
ws = wb.add_sheet('Emails')
ws.write(0,0,'Emails')
emailList= []

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: