Skip to content

Instantly share code, notes, and snippets.

View gilmatok's full-sized avatar
📓
Focused on learning new things

Gil Matok gilmatok

📓
Focused on learning new things
View GitHub Profile
@gilmatok
gilmatok / paa-logo.svg
Created December 9, 2025 16:48
PAA Logo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gilmatok
gilmatok / bit_yearly_summary.py
Created January 3, 2022 08:42
Yearly statistics summary for Bank HaPoalim's "Bit" money transfer mobile application
import requests
BASE_URL = 'https://bit.bankhapoalim.co.il'
TRANSACTIONS_URL = '/ServerServices/p2p/v5/transactions/completed'
# Extract these headers using a web proxy on your mobile device.
# For iOS users, I recommend 'HTTP Catcher'.
COOKIES = ''
DEVICE_ID = ''
QUEUE_SERIAL_ID = 'E03'