Skip to content

Instantly share code, notes, and snippets.

View viktor02's full-sized avatar
☄️
typing a code...

Viktor Karpov viktor02

☄️
typing a code...
View GitHub Profile
@viktor02
viktor02 / recycle_parser.py
Last active May 16, 2021 00:54
$Recycle.bin parser
from pathlib import Path
import struct
path_to_i_files = input("Path to $I files: ")
i_dir = Path(path_to_i_files)
csv_file = open('recycle_bin.csv', 'a', encoding='utf-16')
csv_file.write("file size, timestamp, file name")
for file in i_dir.glob('$I*'):
@viktor02
viktor02 / README.md
Last active July 13, 2020 19:34
Backup stories, photos and videos of any accounts on Instagram

Backup stories, photos and videos on instagram

Installation

  1. pip install instagram-scraper
  2. Write the desired accounts to a file targets.txt
  3. Change the username and password in scraper.py
  4. Run scraper.py

Folder structure