R-LP

Results 1 issues of R-LP

**Describe the bug** `instagrapi.exceptions.BadPassword: The password you entered is incorrect. Please try again.` **To Reproduce** ``` from instagrapi import Client import os from dotenv import load_dotenv load_dotenv() def post_to_instagram(username, password,...

bug