Instagram direct messages logger.
Find a file
2026-02-27 12:38:29 -05:00
.gitignore cookies file 2026-02-27 12:37:26 -05:00
default_login.json updated code 2026-02-26 01:42:25 -05:00
LICENSE Initial commit 2021-09-27 17:45:45 -04:00
logger.py use session cookies + cleaned up code 2026-02-27 12:38:29 -05:00
README.md updated 2026-02-26 01:51:09 -05:00

insta-logger

Selenium bot to record messages in an instagram groupchat.

How to use

  • Copy and rename default_login.json to login.json
  • Add the need info to login.json
  • profit

If debugging or a TOTP code is needed you will need to run the program headful, comment the following line:

options.add_argument("--headless")