I'm making a bot that scrapes ig. The problem is that my accounts/ip already got flagged, just by building & testing the bot. So I need to keep sessions alive.
I tried using pickle: login, save the cookies and load the previously saved cookies at the next log in. It did nothing, except getting rid of the cookiewall. Login was still required. Any cookies save/load that works?