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.5

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.5.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: instasele-0.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 7f636292d659cb7d5f8b03752bf67105ac29ba943630f5bc749929ee931cd282
MD5 54e0670f4c2e7f17ec6604c2524d52ed
BLAKE2b-256 f64b357dc8621deaf5029139146a7b50c168467ffb1c6c70381b67683c41ebff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: instasele-0.0.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b2adfc9e0711a32c666f5dcadcd24975b7b5c797e3c312a59a781ab3b1c7c871
MD5 96cdabac699a03275d4cd64f844276c2
BLAKE2b-256 5743cc28f9f362753808a31753196dd96c67196c27a4792997f4015f26110dee

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