Coder Social home page Coder Social logo

Make Session File about itsagramlive HOT 7 OPEN

harrypython avatar harrypython commented on May 30, 2024
Make Session File

from itsagramlive.

Comments (7)

harrypython avatar harrypython commented on May 30, 2024

Do you know some other script with this feature?

from itsagramlive.

mrb0098 avatar mrb0098 commented on May 30, 2024

I remember there were several PHP repositories for working with Instagram on GitHub

from itsagramlive.

harrypython avatar harrypython commented on May 30, 2024

I remember there were several PHP repositories for working with Instagram on GitHub

Nice, can you find one of these codes and share it here to help with this new feature?

from itsagramlive.

mrb0098 avatar mrb0098 commented on May 30, 2024

Take a look at these repositories . I hope you find it useful

https://github.com/ping/instagram_private_api
https://github.com/postaddictme/instagram-php-scraper
https://github.com/cosenary/Instagram-PHP-API
https://github.com/machacker16/InstagramLive-PHP

from itsagramlive.

GitNees avatar GitNees commented on May 30, 2024

I think what he means is saving the login cookie if that works in such way...

from itsagramlive.

GitNees avatar GitNees commented on May 30, 2024

@harrypython I don't know how the logon works exactly, but it logs on a "Samsung S9 model phone",
I found this tool that has a way of extracting the session_id and token after logging in. check the instagram.py code. Not sure if that is usefull as an improvement.
https://github.com/softcoder24/insta_share/tree/master/insta_share

This might prevent the mail you get everytime you login. Not sure if this is usefull

from itsagramlive.

sherrywilly avatar sherrywilly commented on May 30, 2024
y = send_request('accounts/login/', post=generate_signature(data=z))

user.cookie =y.cookies.get_dict()

-> save the cookies in file and pass in requests as cookies

requests.post(
API_URL + endpoint, data=post, headers=h, cookies=_cookie, verify=verify, proxies=proxy)

from itsagramlive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.