Skip to content

Instantly share code, notes, and snippets.

@kn9
kn9 / instapy-example.py
Created February 26, 2019 08:41 — forked from dublado/instapy-example.py
Instapy example
from instapy import InstaPy
#if you don't provide arguments, the script will look for INSTA_USER and INSTA_PW in the environment
session = InstaPy(username='clubedelider', password='pass', headless_browser=True)
'''
session.set_relationship_bounds(enabled=True,
potency_ratio=1.34,
delimit_by_numbers=True,
max_followers=850000,
@kn9
kn9 / gogg-translate.css
Created February 26, 2022 16:57
Custom Google Translate (Mobile-friendly) - customized to be mobile friendly without breaking google licensing
#google-translate-container {
float: right;
padding: 3px 5px 0px 0px;
}
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,