Skip to content

Instantly share code, notes, and snippets.

View carpogoryanin's full-sized avatar
💭
May the Force be with you.

Andrey Denisov carpogoryanin

💭
May the Force be with you.
View GitHub Profile
@carpogoryanin
carpogoryanin / vakifbank-spent-money.js
Created April 3, 2022 16:25
VakifBank - Spent money
/*
How to check spent money in VakifBank for any period.
1. Go to: https://subesiz.vakifbank.com.tr/bireysel/en/area/hesaplar/vadesiz
2. Select Time Range (e.g. last 7 days)
3. Select Transaction type: Money outflows (to exclude income)
4. Run script below in Browser Console
*/
var sum = 0;
var elements = document.querySelectorAll(".account-detail-table td:nth-child(3) .money");
@carpogoryanin
carpogoryanin / instagrabber.gs
Last active November 8, 2020 22:48
Instagrabber is a scraper of Instagram accounts information (by default: user name, followers, avatar) using Google Spreadsheet & Google Apps scripts.
// Instagrabber is scraper of Instagram accounts information (by default: user name, followers, avatar) using Google Spreadsheet & Google Apps scripts.
// Inspired by this article: https://alanyang.com/blog/instagram-analytics-with-google-sheets
// ===========================================================================================================
// THIS CODE USES YOUR INSTAGRAM SESSION ID. BE CAREFUL, DON'T SHARE THIS CODE WITH YOUR SESSION ID IN PUBLIC.
// ===========================================================================================================
// GET STARTED:
// 1. Create New Google Spreadsheet