Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant update Bio #263

Open
adithyapaib opened this issue Jun 29, 2021 · 5 comments
Open

Cant update Bio #263

adithyapaib opened this issue Jun 29, 2021 · 5 comments

Comments

@adithyapaib
Copy link

await client.updateProfile({ biography: '❤️', website: 'https://jlobos.com/', gender: 1 })
this code didnt change my bio

@MonsieurBibo
Copy link

hey, could you share your entire code ?

@adithyapaib
Copy link
Author

const { IgApiClient } = require("instagram-private-api")
const ig = new IgApiClient()

const USERNAME = ""
const PASSWORD = ""

ig.state.generateDevice(USERNAME)

const main = async () => {
await ig.simulate.preLoginFlow()
await ig.account.login(USERNAME, PASSWORD)
process.nextTick(async () => await ig.simulate.postLoginFlow())
await ig.account.setBiography(HI);
}

main()

@MonsieurBibo
Copy link

You're not using the right package. instagram-private-api and instagram-web-api are two separate projects not made by the same people.

@13banda
Copy link

13banda commented Jul 9, 2021

unable to login

@MonsieurBibo
Copy link

@13banda are you experimenting the same problem ? If not, please create your own issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants