Python Codec | 🐍: post #545 — TG.ME

instasele : Author : Al-Saeed Hassan Library : instasele License : MIT License Release : 28/08/2024 Version : 1.0.0 Featurs : Available: - Login - Save Cookies File - Follow a user - Like a post - Add a comment on a post Comming: - Send DMs to users - Upload posts - Save posts - View user stories Usage Login into an Instagram account - Using credintials from instasele import Client username = "account_username" password = "account_password" client = Client() client.login(username, password, save_login=True) - Using Cookies client.login(username, use_cookies=True) (opptional cookies_file). (opptional headless). - Like client.login(post_url) - Comment client.comment(post_url, "comment") - Follow client.follow(account_url) Installation instasele Available Now On PyPi python -m pip install instasele

August 28, 2024 12.5K 21