Skip to content

Instantly share code, notes, and snippets.

View gpocentek's full-sized avatar

Gauvain Pocentek gpocentek

View GitHub Profile
@gpocentek
gpocentek / gl-form.py
Created December 12, 2017 11:44
python-gitlab login/password auth using cookies
import re
import sys
import requests
import gitlab
URL = 'https://gitlab.com'
SIGN_IN_URL = 'https://gitlab.com/users/sign_in'