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: 08/07/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")

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: instasele-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 7a98bcdc4db9e5df4fa1dc22c1d3b09a2127009da04492d4872400c367ad49d1
MD5 720b7f4e00df45df8fda31def1bd8be4
BLAKE2b-256 5f7ba902e4046bba1e6b0ca003a575eab56e636f24bbf5a43e460639bbbbb40f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: instasele-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f20eee2517011af848685e433d581a9da1ce30e5b35c45df6d6d6854dfe8e693
MD5 2b03fae1564dbd295448cf46c4ad9229
BLAKE2b-256 41a798ad6e631453ce00f63491bf5552e35684707ade3b89c91c94bb0d348546

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