Skip to content

Trenblack/Trenstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trenstagram

API to edit profile data on your Instagram account using Python.

Features

  • Edit your instagram profile data
    • Profile picture
    • Username
    • Name
    • Bio
    • External website
  • Scrape data from other profiles
    • Profile Picture
    • Bio
    • more coming soon

How to use

  1. Clone this repo.
  2. Install requirements. pip3 install requirements.txt
  3. Import Trenstagram from ig import Trenstagram
  4. Create instance of Trenstagram. api = Trenstagram()
  5. Login api.login(USERNAME, PASSWORD, EMAIL)
  6. You can now use api to edit information. api.change_bio("hello word!")

About

Instagram API to edit profile data using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages