mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[PR #27] [MERGED] Add clarity when # of followers or followings changes as to what the … #60
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:show_actuals📝 Commits (3)
2513ed2Add clarity when # of followers or followings changes as to what the 'actual' # of names in the JSON as opposed to the # given by Instagram9c8a780Added saved messages for consistency02f4c21refactor: 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:
Runtime:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.