Skip to content

Instantly share code, notes, and snippets.

View rezkyfm's full-sized avatar
😃
Focusing

Rezky Firmansyah rezkyfm

😃
Focusing
View GitHub Profile
@rezkyfm
rezkyfm / github-followback-checker.py
Last active February 18, 2023 15:20
Check if user in github follow you back or not
'''
Check if user in github follow you back or not
'''
import requests
username = input("Enter your username: ")
def main(username):