Skip to content

Releases: m4mallu/clonebot

1.07

03 May 17:43
Compare
Choose a tag to compare

Heroku support removed
Bot can only run on VPS or standalone distros.
Minor code updates.
Fixed framework version.

1.06

18 Sep 15:47
Compare
Choose a tag to compare

Important specifications in this release will be...

  • Bot required a PostgreSQL database.
  • Bot can only be used by its session user.
  • User session is performed for cloning from private and public chats.
  • All the variable inputs will be validated by the message id of a force reply.
  • Indexing & purging functions are performed before cloning (option to skip).
  • Clone function will be initiated from first to last message id of the target chat.
  • File type selection will be done with callback buttons.
  • Set custom caption by sending a formatted text to the bot chat.
  • Find source - target chat id and message id by forwarding any message from the concerned chat.
  • Terminate session facility.

Next release shall be an initial commit with version 2.x and pyrogram version 2.x with the following specifications

  • Database less design.
  • Variable inputs by optimised method.
  • Single user (session user) operated design.
  • Bot session for private chat cloning.
  • Custom caption with different layouts.
  • Indexing and purging functions will be removed as another bot is already there for the same.
  • Duplicate filter can be configured in settings.

Thanks for the suggestions and reports. Subscribe my channel to get updates of my works.

v1.05

16 Jul 10:06
db4b71d
Compare
Choose a tag to compare

This is the final and stable release with pyrogram version 1. x
The next one will be with pyrogram 2. x includes some serious changes.

v1.04

25 Jul 13:43
db4b71d
Compare
Choose a tag to compare

Bot Won't clone duplicate files:

New Features:-

  • Target chat indexing
  • Target chat duplicate purging
  • Save target chat index config.

Bot will:-

  • Index files in target chat.
  • Save index config. fore future.
  • Ask for purge after indexing.
  • Check the index while cloning.
  • Update the index after cloning.

Read the documentation for more.

N'Joy Cloning.

v1.03

24 Jul 13:01
db4b71d
Compare
Choose a tag to compare
  • bug fixes.
  • Additional facilities.
  • Performance improvements

1.02

08 Jun 06:41
Compare
Choose a tag to compare

Accepted all chat links
Added more file types
Clone from message-ids
Session string protection
Clone percentage & process graph,
Auto calculation od message-ids
Delayed cloning
Caption on-off or file name as a caption.
and a lot more features
Detailed documentation can be seen HERE

v1.01

06 Jun 06:51
Compare
Choose a tag to compare

This telegram bot can copy media from public and private chats to your personal chat[use username as source incase of public chat, session user doesn't need to be in the source chat]. Presently, real-time checking of the chat ids is added to the bot. Code updated to avoid bot restarting when in completion or cancellation of the main operation that a public bot with this repo can run in multiple sessions parallelly. Future updates will be pushed in the next release.
Limitations: Clone from message-ids is not available now.
The same will be added with lots of more updates on the next release.