Skip to main content

Simple Instagram Accounts Controller Using Selenium

Project description

instasele

instasele Simple Library To Control Instagram Accounts.

Library Information

Author : Al-Saeed Hassan
Library : instasele
License: MIT License
Release: 28/08/2024
Version : 0.0.1

If You Have Any Problem Issues

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)

Cookies will be saved in cookies/account_username.json

Using Cookies

from instasele import Client
username = "account_username"
client = Client()
client.login(username, use_cookies=True)

(opptional use_cookies). (opptional cookies_file). (opptional headless).

Actions

Like

from instasele import Client
username = "account_username"
password = "account_password"
client = Client()
login_response = client.login(username, password)
if response["ok"]:
    post_url = "instagram_post_url"
    client.like(post_url)

Comment

from instasele import Client
username = "account_username"
password = "account_password"
client = Client()
login_response = client.login(username, password)
if response["ok"]:
    post_url = "instagram_post_url"
    client.comment(post_url, "comment")

Follow

from instasele import Client
username = "account_username"
password = "account_password"
client = Client()
login_response = client.login(username, password)
if response["ok"]:
    account_url = "instagram_account_url"
    client.follow(account_url)

Installation

instasele Available Now On PyPi

python -m pip install instasele

Note: This is an unofficial library, created and maintained by Al-Saeed Hassan. It is not supported or endorsed by Instagram.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instasele-0.0.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

instasele-0.0.2-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file instasele-0.0.2.tar.gz.

File metadata

  • Download URL: instasele-0.0.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for instasele-0.0.2.tar.gz
Algorithm Hash digest
SHA256 8c0da22ff4dc55a901ef7d15adf42c18bf166c55da7ca7714e83e5aae17d5036
MD5 a748c5299970949e02e77564adac97e6
BLAKE2b-256 73040ef0145d9fff38152300e353aad5d707131efc36a902adad6d477e657f2b

See more details on using hashes here.

File details

Details for the file instasele-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: instasele-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for instasele-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c93d47eb23e7b48763975417d08e92140f4c45bec06171f9a989881d84c4421
MD5 e638f90e2e723c8f5a4a05a994129ffe
BLAKE2b-256 419018b724347ab18053fcd03ea0c8a5c68f2416eed1b19b62abdd0f10a65cf9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page