New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rouigram

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rouigram

first instagram Api for user id without any registration

2.1.3
Source
PyPI
Maintainers
1

Rouigram python packaging

Rouigram is a simple and use-full platform for Instagram user id without any registration. instagram user_id is the important factor to use other API of Instagram for making interconnected application. You can help develop this code in the github.

import rouigram as instagram

info = instagram.getInformation("mohammadali_mirhamed")  #define Username

print(instagram.getInformation.user_id(info))  # You will get user id
print(instagram.getInformation.username(info)) # You will get username
print(instagram.getInformation.fullname(info)) # You will get fullname
print(instagram.getInformation.follower_count(info))  # You will get follower count
print(instagram.getInformation.following_count(info)) # You will get following count
print(instagram.getInformation.media_count(info))     # You will get media_count
print(instagram.getInformation.external_url(info))    # You will get Website link
print(instagram.getInformation.is_private(info))      # You will get is_private
print(instagram.getInformation.profile_hd_photo(info))  # You will get FullHd profile Image
print(instagram.getInformation.biography(info))         # You will get biography

Rouigram offcial website : rouigram.pythony.ir .

developet by Mohammadali Mirhamed Roui.

Keywords

instagram api hack rouigram mirhamed roui

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts