Display your current Last.fm activity on your Instagram notes!
Find a file
2025-05-06 15:52:45 +02:00
.gitignore Initial commit 2025-05-06 15:42:26 +02:00
LICENSE Initial commit 2025-05-06 15:42:26 +02:00
main.py Create main.py 2025-05-06 15:43:39 +02:00
README.md Update README.md 2025-05-06 15:52:45 +02:00
requirements.txt Create requirements.txt 2025-05-06 15:45:21 +02:00

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
  • 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