[PR #37] [MERGED] Web and terminal dashboard, Discord webhook, detailed follower logging, debug and verbose mode #64

Closed
opened 2026-02-27 20:05:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/misiektoja/instagram_monitor/pull/37
Author: @misiektoja
Created: 1/7/2026
Status: Merged
Merged: 1/11/2026
Merged by: @misiektoja

Base: devHead: pr/Sha-Dox/36


📝 Commits (10+)

  • d296ad5 Web ui, discord webhook and detailed follower logging
  • aed24a5 chore(pr-36): resolve conflicts against dev
  • 2507f58 fix(ui): improve security, accessibility and user experience
  • 78c934e docs(readme): add security note for web UI usage
  • 8a9a0af fix: address critical security and thread safety issues
  • 7eaa465 fix: add WEB_UI_ENABLED to globals and fix startup message ordering
  • 6660c0a feat(ui): add user/config mode toggle and implement mode-specific views
  • 518271c feat: enable simultaneous Rich/Web UI, fix Rich UI, reorganize flags and defaults
  • ba760f8 feat(ui): transform Rich UI into professional dashboard with activity log
  • 495e10e docs(readme): include new view modes and dashboard features

📊 Changes

7 files changed (+5585 additions, -344 deletions)

View changed files

📝 README.md (+252 -33)
📝 RELEASE_NOTES.md (+12 -4)
📝 instagram_monitor.py (+3391 -306)
📝 instagram_profile_pic_empty.jpeg (+0 -0)
📝 pyproject.toml (+3 -1)
📝 requirements.txt (+2 -0)
templates/index.html (+1925 -0)

📄 Description

Recreated PR #36 after retargeting from main to dev and resolving conflicts caused by branch divergence.

Original implementation by @Sha-Dox.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/misiektoja/instagram_monitor/pull/37 **Author:** [@misiektoja](https://github.com/misiektoja) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/11/2026 **Merged by:** [@misiektoja](https://github.com/misiektoja) **Base:** `dev` ← **Head:** `pr/Sha-Dox/36` --- ### 📝 Commits (10+) - [`d296ad5`](https://github.com/misiektoja/instagram_monitor/commit/d296ad503ba18d7be6d8407a18d81aa65797e2d3) Web ui, discord webhook and detailed follower logging - [`aed24a5`](https://github.com/misiektoja/instagram_monitor/commit/aed24a5614547c90089ca55a6fc661b14a830e6e) chore(pr-36): resolve conflicts against dev - [`2507f58`](https://github.com/misiektoja/instagram_monitor/commit/2507f58ca9029dd760e8532ccefa169e2c7d5a03) fix(ui): improve security, accessibility and user experience - [`78c934e`](https://github.com/misiektoja/instagram_monitor/commit/78c934eef2e3c61aff721f97dd98924a384e5996) docs(readme): add security note for web UI usage - [`8a9a0af`](https://github.com/misiektoja/instagram_monitor/commit/8a9a0af656b1079a8926ca63220ae2bc303587a9) fix: address critical security and thread safety issues - [`7eaa465`](https://github.com/misiektoja/instagram_monitor/commit/7eaa46599ae37f7447ecec3bd18eae7ecad09fe2) fix: add WEB_UI_ENABLED to globals and fix startup message ordering - [`6660c0a`](https://github.com/misiektoja/instagram_monitor/commit/6660c0aa148e00c498f2bd10db7e82656cb9da47) feat(ui): add user/config mode toggle and implement mode-specific views - [`518271c`](https://github.com/misiektoja/instagram_monitor/commit/518271c5366ddfa8e5a72c914f7ad5d157a27bc8) feat: enable simultaneous Rich/Web UI, fix Rich UI, reorganize flags and defaults - [`ba760f8`](https://github.com/misiektoja/instagram_monitor/commit/ba760f8bbc041256df73712c2bce7f4fe218113c) feat(ui): transform Rich UI into professional dashboard with activity log - [`495e10e`](https://github.com/misiektoja/instagram_monitor/commit/495e10e445c0082bdfea07271ea7cc8ffad893fb) docs(readme): include new view modes and dashboard features ### 📊 Changes **7 files changed** (+5585 additions, -344 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+252 -33) 📝 `RELEASE_NOTES.md` (+12 -4) 📝 `instagram_monitor.py` (+3391 -306) 📝 `instagram_profile_pic_empty.jpeg` (+0 -0) 📝 `pyproject.toml` (+3 -1) 📝 `requirements.txt` (+2 -0) ➕ `templates/index.html` (+1925 -0) </details> ### 📄 Description Recreated PR #36 after retargeting from main to dev and resolving conflicts caused by branch divergence. Original implementation by @Sha-Dox. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:05:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/instagram_monitor#64
No description provided.