[PR #27] [MERGED] Add clarity when # of followers or followings changes as to what the … #60

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

📋 Pull Request Information

Original PR: https://github.com/misiektoja/instagram_monitor/pull/27
Author: @tomballgithub
Created: 1/1/2026
Status: Merged
Merged: 1/2/2026
Merged by: @misiektoja

Base: devHead: show_actuals


📝 Commits (3)

  • 2513ed2 Add clarity when # of followers or followings changes as to what the 'actual' # of names in the JSON as opposed to the # given by Instagram
  • 9c8a780 Added saved messages for consistency
  • 02f4c21 refactor: simplify follower/following count display and improve function signatures for clarity

📊 Changes

1 file changed (+13 additions, -4 deletions)

View changed files

📝 instagram_monitor.py (+13 -4)

📄 Description

During script initialization, show info around loading the two profiles. It's useful to show what is happening during just a long blank time when coming up. This details is also useful for people are seeing issues with keeping an account from being banned; any detail helps narrow things down.

In the runtime example, you can see that I have added two ways to show the data. It's your choice, or something else.
At Startup:

* Followers (188) actual (188) loaded from file 'instagram_XXX_followers.json' (01 Jan 26, 11:08)

* Followings (4269) actual (4269) loaded from file 'instagram_XXX_followings.json' (31 Dec 25, 20:17)
* Followings number changed by user XXX from 4269 to 4281 (+12)

* Getting followings ...
* Followings (4281) actual (4280) saved to file 'instagram_XXX_followings.json'

Runtime:

*** Fetching Updates. Current Hour: 10. Allowed hours: [9, 10, 21, 22]
* Followings number changed by user XXX from 4211 to 4212 (+1)
* Followings (4212) actual (4213). Followers (189) actual (189)
* Followings (4212) actual (4213) saved to file 'instagram_XXX_followings.json'

🔄 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/27 **Author:** [@tomballgithub](https://github.com/tomballgithub) **Created:** 1/1/2026 **Status:** ✅ Merged **Merged:** 1/2/2026 **Merged by:** [@misiektoja](https://github.com/misiektoja) **Base:** `dev` ← **Head:** `show_actuals` --- ### 📝 Commits (3) - [`2513ed2`](https://github.com/misiektoja/instagram_monitor/commit/2513ed243b51c489b26cad5f0904b65f98dff98e) Add clarity when # of followers or followings changes as to what the 'actual' # of names in the JSON as opposed to the # given by Instagram - [`9c8a780`](https://github.com/misiektoja/instagram_monitor/commit/9c8a780ee058a91494a3aa49b27dd606d49c90fb) Added saved messages for consistency - [`02f4c21`](https://github.com/misiektoja/instagram_monitor/commit/02f4c210d14fc60fbc4a3d78207a5d914b0ff02d) refactor: simplify follower/following count display and improve function signatures for clarity ### 📊 Changes **1 file changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `instagram_monitor.py` (+13 -4) </details> ### 📄 Description During script initialization, show info around loading the two profiles. It's useful to show what is happening during just a long blank time when coming up. This details is also useful for people are seeing issues with keeping an account from being banned; any detail helps narrow things down. In the runtime example, you can see that I have added two ways to show the data. It's your choice, or something else. At Startup: ``` * Followers (188) actual (188) loaded from file 'instagram_XXX_followers.json' (01 Jan 26, 11:08) * Followings (4269) actual (4269) loaded from file 'instagram_XXX_followings.json' (31 Dec 25, 20:17) * Followings number changed by user XXX from 4269 to 4281 (+12) * Getting followings ... * Followings (4281) actual (4280) saved to file 'instagram_XXX_followings.json' ``` Runtime: ``` *** Fetching Updates. Current Hour: 10. Allowed hours: [9, 10, 21, 22] * Followings number changed by user XXX from 4211 to 4212 (+1) * Followings (4212) actual (4213). Followers (189) actual (189) * Followings (4212) actual (4213) saved to file 'instagram_XXX_followings.json' ``` --- <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:13 +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#60
No description provided.