instagram-notes/README.md
2025-05-06 15:53:48 +02:00

847 B

instagram-notes

Display your current Last.fm activity on your Instagram notes!

Installation

  • Prerequisites

    • Last.fm API Key - available here
    • Python 3.12+ - available here
    • Instagram Account - available here
    • Git - available here
  • Downloading repo

    • git clone https://github.com/zyqunix/instagram-notes.git
    • Go into main.py, add your Instagram username & password and Last.fm username & API key
  • Linux 🐧

    • python -m venv venv && source venv/bin/activate
    • pip install -r requirements.txt
    • python main.py
  • Windows

    • pip install -r requirements.txt
    • python main.py