Skip to content

Instantly share code, notes, and snippets.

View tuto193's full-sized avatar
🏠
Working from home

Carlos Alfonso Parra Fernandez tuto193

🏠
Working from home
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'