Skip to content

Instantly share code, notes, and snippets.

View charitra1022's full-sized avatar
🤫
Keep the Chill

Charitra Agarwal charitra1022

🤫
Keep the Chill
View GitHub Profile
@charitra1022
charitra1022 / instabot_check_who_dont_follow_back.py
Created May 11, 2024 19:59
Python code to check which people you follow doesn't follow you back.
from instaloader import *
# where to store the fetched data
file_path = "/storage/emulated/0/"
# add username and password for any instagram account
user = r''
pwd = r''
@charitra1022
charitra1022 / msys2-mingw64.sh
Last active July 10, 2023 21:24
MSYS2 -> Installation of MinGW (64-Bit)
### Installation of MinGW C/C++ compiler for Windows (64-bit)
# Install MSYS2 on your computer and follow the steps below.
# Open MSYS2 terminal, and run the following command
pacman -Syu
# Reopen MSYS2 terminal and run the following command
pacman -Syu
@charitra1022
charitra1022 / msys2-mingw32.sh
Created October 9, 2022 14:08
MSYS2 -> Installation of MinGW (32-Bit)
### Installation of MinGW C/C++ compiler for Windows (32-bit)
# Install MSYS2 on your computer and follow the steps below.
# Open MSYS2 terminal, and run the following command
pacman -Syu
# Reopen MSYS2 terminal and run the following command
pacman -Syu
pacman -S --needed base-devel mingw-w64-i686-toolchain