Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


InstaReport

Actively developed since 2021 ย ยทย  Officially maintained by iEscly

Originally created under the Credly project, later known as iEscly, now released as InstaReport by iEsclyDev.


Official Website Purchase License Telegram Bot GitHub

GitHub stars GitHub forks Version GitHub last commit


๐Ÿ“‘ Table of Contents


โญ Official Repository

Welcome to the official GitHub repository of InstaReport.

InstaReport is a premium social media automation project that has been under continuous development since 2021. It combines an automated reporting engine, account management workflows, a full Telegram bot, profile lookup utilities and a secure online license system into one cross-platform product.

If you previously used Credly or iEscly, you are in the correct place โ€” the project has simply evolved under a new identity.

This repository is the only official GitHub home of InstaReport. Any other repository claiming to be official should be reported.


๐Ÿ“– Project History

The history of InstaReport spans multiple years of active development.

Year Brand
2021 Credly
2022 โ€“ 2026 iEscly
2026 โ€“ Present iEsclyDev

Thousands of hours have gone into building, maintaining, improving and supporting this software across multiple platforms. This repository represents the latest official release.


โš ๏ธ Beware of Fake Copies

Due to the popularity of the project, there are unofficial repositories, fake sellers and impersonators online.

Always verify you are using the official resources listed below before downloading software or purchasing a license.

Official Resource Link
๐ŸŒ Official Website https://instagramban.lovable.app
โญ Official GitHub https://github.com/iEsclyDev/instareport
๐Ÿ’ฌ Official Telegram https://t.me/iescly
๐ŸŽฎ Official Discord https://discord.com/invite/v6ebT5aFx
๐Ÿ“บ Official YouTube https://youtube.com/@iEscly
๐Ÿ“ธ Official Instagram https://instagram.com/i3scly

๐Ÿš€ Why Choose InstaReport?

Unlike many public scripts or abandoned projects, InstaReport receives continuous updates, feature improvements and long-term support.

  • โœ… Active development since 2021
  • โœ… Regular feature releases
  • โœ… Cross-platform compatibility
  • โœ… Telegram integration
  • โœ… Premium licensing
  • โœ… Dedicated customer support
  • โœ… Frequent bug fixes
  • โœ… Standalone binaries โ€” no complicated setup

InstaReport has remained under active development since 2021, making it one of the longest-maintained projects in its category. Instead of releasing unfinished software and disappearing, every major release builds upon years of previous work.


โœจ Key Features

Feature Included
๐Ÿš€ Automated Reporting Engine โœ…
๐Ÿ›ก Account Management Workflows โœ…
๐Ÿค– Telegram Bot โœ…
๐ŸŽฎ Discord Bot โœ…
๐Ÿ” Profile Information Lookup โœ…
๐Ÿ”‘ Secure License System โœ…
โšก Standalone Binaries โœ…
๐ŸชŸ Windows Support โœ…
๐Ÿง Linux Support โœ…
๐Ÿค– Android (Termux) โœ…
๐Ÿ”„ Frequent Updates โœ…
โค๏ธ Dedicated Support โœ…
๐Ÿ’Ž Multiple License Plans โœ…

Engine Highlights (v9.0.0)

  • Adaptive request timing โ€” configurable delays with automatic jitter help manage rate limits and improve reliability.
  • Exponential backoff on retry โ€” account retries use min(10 ร— 2^attempt, 300s) + random jitter instead of linear steps, greatly improving success rate under rate limits.
  • Account health pre-check โ€” before each campaign run, every account is tested for a valid login session. Dead accounts are skipped automatically.
  • Bulk target import โ€” load targets from a .txt file (one per line, # for comments).
  • Auto-update check โ€” on startup the app checks GitHub for new releases and offers to open the download page.
  • Campaign resume support โ€” campaign progress is saved to SQLite, ready for resume in a future release.
  • Proxy support โ€” configurable proxies with automatic blacklisting after repeated failures.
  • 2FA / OTP handling โ€” Telegram-based OTP collection with a 120-second timeout window.
  • Safe & compatibility modes โ€” toggleable safe-mode and compatibility-mode operation for reliable session handling.

๐ŸŒ Platform Compatibility

Platform Status
๐ŸชŸ Windows 10 โœ… Supported
๐ŸชŸ Windows 11 โœ… Supported
๐Ÿง Ubuntu โœ… Supported
๐Ÿ‰ Kali Linux โœ… Supported
๐Ÿง Debian โœ… Supported
๐Ÿค– Android (Termux) โœ… Supported
๐Ÿ’ฌ Telegram Bot โœ… Supported
๐ŸŽฎ Discord Bot โœ… Supported
๐Ÿšง Future Platforms ๐Ÿšง Planned

๐ŸŽฏ What Can InstaReport Do?

Category Description
๐Ÿš€ Reporting Engine Automated reporting workflows with configurable behaviour, workers and retries
๐Ÿ›ก Account Management Tools designed to assist with account management workflows
๐Ÿ“ฑ Telegram Integration Execute supported operations directly from Telegram, 24/7
๐ŸŽฎ Discord Integration Run the same operations directly from a Discord server
๐Ÿ” Profile Utilities Public profile information lookup tools
๐Ÿ”‘ License System Secure online license activation and verification
โšก Standalone Binaries No complicated installation required
๐Ÿ“‚ Bulk Import Load multiple targets from a text file
๐ŸŒ Cross Platform Windows, Linux and Android (Termux)

๐Ÿ”ง Supported Report Reasons

Reason
Spam
Harassment
Impersonation
Hate speech
Nudity
Violence
Misinformation
Scam / Fraud

๐Ÿ“ฅ Installation

Choose your preferred platform.

๐ŸชŸ Windows

  1. Download the latest Windows installer from the GitLab release (also listed under GitHub Releases).
  2. Run:
InstaReport-installer-Windows-x86_64.exe
  1. Enter your license key.
  2. Done โ€” no additional dependencies required.

๐Ÿง Linux

  1. Download the latest Linux packages from the GitLab release (also listed under GitHub Releases):

    • InstaReport-Linux-x86_64.deb โ€” Debian/Ubuntu package
    • InstaReport-Linux-x86_64.AppImage โ€” portable AppImage
  2. Install the .deb:

sudo apt install ./InstaReport-Linux-x86_64.deb
instareport

Or run the AppImage directly:

chmod +x InstaReport-Linux-x86_64.AppImage
./InstaReport-Linux-x86_64.AppImage

If FUSE is unavailable, run with APPIMAGE_EXTRACT_AND_RUN=1 ./InstaReport-Linux-x86_64.AppImage.

  1. Enter your license key.
  2. Done โ€” Playwright Chromium is bundled, no Python/browser installation required.

๐Ÿค– Android (Termux)

The Termux (Python) build is distributed through official channels only. Do not install from third-party mirrors, sellers or clone URLs โ€” there is no public source repository.

pkg update
pkg install python

# Download the official Termux build from the official Telegram channel:
#   https://t.me/iescly
# (This is the ONLY place the build is distributed. If it is not listed
# there yet, it is not available โ€” do not use third-party mirrors.)

# After extracting the downloaded build into this folder:
pip install -r requirements.txt
python InstaReport.py

๐Ÿ’ฌ Telegram Bot

The cloud-hosted Telegram bot is available at @instaReportV2Bot. No installation required โ€” activate your license and use it from any device.


๐Ÿ”‘ License Activation

  1. Purchase a license from the official pricing page.
  2. Launch InstaReport.
  3. Enter your activation key.
  4. Begin using supported features.

Licenses are validated online and bound to your device hardware ID. One license key is validated against a secure licensing API (iescly.duckdns.org) that returns your plan and expiry date.


๐Ÿค– Telegram Bot

The Telegram bot allows supported operations directly from your phone โ€” fully cloud-hosted and available 24/7.

User Commands

Command Description
/start Show main menu
/menu Open main menu
/activate CODE Activate license
/status Current config & stats
/report <target> Start a report
/stop Stop all reports
/accounts Manage accounts
/config View / edit settings
/history [n] Recent runs
/schedule Auto-report scheduling
/favorites Saved targets
/lookup Scrape public profile stats
/unban Submit an appeal to a platform
/balance Check balance
/refund Request a refund
/help Show this message

Admin Commands

Command Description
/users Manage users
/ban Ban a user
/broadcast Broadcast a message
/banpay Manage ban/pay orders
/admin_pending Review pending requests
/admin_approve Approve a request
/admin_reject Reject a request
/set_balance Set user balance
/migrate_balances Migrate balances

Premium users unlock additional commands through their activated license.


๐ŸŽฎ Discord Bot

The Discord bot provides the same operations directly from your Discord server โ€” fully cloud-hosted and available 24/7.

Join the server: https://discord.com/invite/v6ebT5aFx

Same license, same engine, same backend as the Telegram bot โ€” activate once and use it from either platform.

User Commands

Command Description
/start Welcome screen
/menu Main control panel
/quickstart Guided setup: report, appeal or lookup
/activate Activate your license code
/report <target> Start a report
/stop Stop your active report
/resume Resume your last interrupted campaign
/accounts Manage your accounts
/config View / edit report settings
/status View config & license info
/history Recent run logs
/favorites Your saved favorite targets
/fav add <target> Add a favorite target
/fav del <target> Remove a favorite target
/lookup Scrape a profile's public stats
/appeal Submit an appeal to a platform
/balance Check your balance
/refund <amount> Request a refund / withdrawal
/refundstatus Refund request history
/banpay Purchase a ban/unban via crypto
/banstatus Ban/unban request history
/cancel Cancel the current action
/help List all commands

Admin Commands

Command Description
/admin pending List pending ban/refund requests
/admin approve <id> Approve a ban or refund request
/admin reject <id> Reject a ban or refund request
/setbalance <user> <amount> Set a user's balance
/migrate Credit legacy approved ban requests
/users List all licensed users
/ban <user> Revoke a user's license
/broadcast <msg> DM all licensed users

Premium users unlock additional commands through their activated license.


๐Ÿ”’ Security & Privacy

  • Online license validation with hardware-ID binding โ€” keys cannot be shared across devices.
  • Credential encryption using PBKDF2 (480,000 iterations) for local credential storage.
  • No public code exposure โ€” the codebase is distributed exclusively through official, license-protected channels.
  • Rate-limit aware โ€” exponential backoff and adaptive timing help avoid rate limits and keep accounts healthy.
  • Account health checks โ€” invalid sessions are detected and skipped automatically.

If you discover a security issue, please report it privately โ€” see SECURITY.md.


๐Ÿ“ธ Screenshots

Real screenshots of InstaReport are available through our official channels.

๐Ÿ–ฅ Desktop Version

See the screenshots documentation for desktop captures.

๐Ÿ“ฑ Telegram Bot

See the Telegram bot documentation for a walkthrough of the bot interface.

๐ŸŽฌ Live Demonstrations

Project demonstrations, customer work examples and feature previews are regularly shared through our official channels.


โ“ Frequently Asked Questions

What is InstaReport?

InstaReport is a premium social media automation platform developed and maintained by iEsclyDev. It provides automated reporting workflows, account management tools and a Telegram bot, with active development since 2021.

Is this the same project as Credly / iEscly?

Yes. The project began as Credly (2021), was rebranded to iEscly (2022โ€“2026), and is now published under the iEsclyDev organization (2026โ€“present). Your previous version knowledge still applies.

Which platforms are supported?

Windows 10/11, Ubuntu, Kali Linux, Debian, Android (Termux) and the cloud-hosted Telegram bot.

Do I need Python installed?

No. The Windows and Linux standalone binaries require no Python installation.

How do I get a license?

Visit the official pricing page to purchase a license. Licenses are validated online and bound to your device.

What do I do if I forgot my license or it doesn't work?

Contact support via the official Telegram channel โ€” see SUPPORT.md.

Is there a refund policy?

See the pricing page and SUPPORT.md for the applicable refund terms.

Where can I see updates and changes?

Check the CHANGELOG.md or the online changelog.


๐Ÿ“š Documentation

Document Purpose
Installation Guide Step-by-step setup for every platform
Telegram Bot Full bot feature and command reference
Discord Bot Discord bot, invite and command reference
Pricing License plans and purchase information
Architecture Engine architecture and technical details
Troubleshooting Common issues and solutions
Screenshots Visual tour of the product
FAQ Extended frequently asked questions
Changelog Release history
Roadmap Upcoming plans
Security How to report vulnerabilities
Support How to get help
Contributing Guidelines for contributions

โค๏ธ Community

The InstaReport community has been growing since 2021.


๐Ÿ“ข Updates & Changelog

Every major version introduces improvements in performance, compatibility, stability, user experience, automation, licensing and documentation.

Full changelog:


๐Ÿ“„ Terms & Disclaimer

  • InstaReport is provided as-is without warranty of any kind.
  • You are responsible for complying with the terms of service of any platform you use it with.
  • Unauthorized use, redistribution or resale of this software may result in license revocation.
  • See LICENSE_GUIDE.md for licensing information and CODE_OF_CONDUCT.md for community guidelines.

InstaReport โ€” a premium social media automation platform by iEscly

Copyright ยฉ 2021 โ€“ 2026 iEsclyDev โ€” developed by iEscly. All rights reserved.

About

Professional social media reporting, lookup & appeal automation platform for Instagram and supported platforms

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors