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 Repository
- ๐ Project History
โ ๏ธ Beware of Fake Copies- ๐ Why Choose InstaReport?
- โจ Key Features
- ๐ Platform Compatibility
- ๐ฏ What Can InstaReport Do?
- ๐ง Supported Report Reasons
- ๐ฅ Installation
- ๐ License Activation
- ๐ค Telegram Bot
- ๐ฎ Discord Bot
- ๐ Security & Privacy
- ๐ธ Screenshots
- โ Frequently Asked Questions
- ๐ Documentation
- โค๏ธ Community
- ๐ข Updates & Changelog
- ๐ Terms & Disclaimer
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.
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.
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 |
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.
| 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 | โ |
- 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
.txtfile (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 | 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 |
| 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) |
| Reason |
|---|
| Spam |
| Harassment |
| Impersonation |
| Hate speech |
| Nudity |
| Violence |
| Misinformation |
| Scam / Fraud |
Choose your preferred platform.
- Download the latest Windows installer from the GitLab release (also listed under GitHub Releases).
- Run:
InstaReport-installer-Windows-x86_64.exe
- Enter your license key.
- Done โ no additional dependencies required.
-
Download the latest Linux packages from the GitLab release (also listed under GitHub Releases):
InstaReport-Linux-x86_64.debโ Debian/Ubuntu packageInstaReport-Linux-x86_64.AppImageโ portable AppImage
-
Install the
.deb:
sudo apt install ./InstaReport-Linux-x86_64.deb
instareportOr run the AppImage directly:
chmod +x InstaReport-Linux-x86_64.AppImage
./InstaReport-Linux-x86_64.AppImageIf FUSE is unavailable, run with
APPIMAGE_EXTRACT_AND_RUN=1 ./InstaReport-Linux-x86_64.AppImage.
- Enter your license key.
- Done โ Playwright Chromium is bundled, no Python/browser installation required.
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.pyThe cloud-hosted Telegram bot is available at @instaReportV2Bot. No installation required โ activate your license and use it from any device.
- Purchase a license from the official pricing page.
- Launch InstaReport.
- Enter your activation key.
- 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.
The Telegram bot allows supported operations directly from your phone โ fully cloud-hosted and available 24/7.
| 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 |
| 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.
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.
| 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 |
| 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.
- 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.
Real screenshots of InstaReport are available through our official channels.
See the screenshots documentation for desktop captures.
See the Telegram bot documentation for a walkthrough of the bot interface.
Project demonstrations, customer work examples and feature previews are regularly shared through our official channels.
- Official Work Showcase: https://t.me/+Q1JOkBB4a5w2MGZh
- Customer Vouches: https://t.me/iVouchiEscly
- Official Telegram: https://t.me/iescly
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.
| 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 |
The InstaReport community has been growing since 2021.
- ๐ Website: https://instagramban.lovable.app
- ๐ฌ Telegram: https://t.me/iescly
- ๐ฎ Discord: https://discord.com/invite/v6ebT5aFx
- ๐บ YouTube: https://youtube.com/@iEscly
- ๐ธ Instagram: https://instagram.com/i3scly
- โญ GitHub: https://github.com/iEsclyDev/instareport
- ๐ฌ Showcase: https://t.me/+Q1JOkBB4a5w2MGZh
- โ Vouches: https://t.me/iVouchiEscly
Every major version introduces improvements in performance, compatibility, stability, user experience, automation, licensing and documentation.
Full changelog:
- Online: https://instagramban.lovable.app/changelog
- Repository: CHANGELOG.md
- 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.