itskekoff / discord-server-copy

Most powerful discord server cloner. Made using discord.py-self. Can clone entire discord server with messages
MIT License
86 stars 69 forks source link

Cloning select channels in a server to avoid message download overload #68

Closed diliprk closed 6 days ago

diliprk commented 2 months ago

Hi, I tried cloning all the channels from this https://discord.com/channels/1031673556586741830 goes by the name of PepeThugLife's Casino (Join his discord from this link - https://linktr.ee/pepethuglife ) . It has ~ 50+ channels with lots of message history, so when I ran the command cp!clone live_update=true clone_message=true real_time_messages=true process_new_messages=true in the general-chat of the channel , the discord-server-copy started recreating a complete cloned copy of the source server. Though it created the names, roles, icons of the channels the past message history did not appear, probably because of too many messages to download. Recent messages that were posted after the server channel has been cloned also appeared, but not all the past historical messages.

failed_chat_hist_download

My question, how do I restrict the discord-server-copy to only download the past message history for select channels? Can't see something like this in the config.json options?

itskekoff commented 2 months ago

you mean copying specified channels? if yes, i can add this.

diliprk commented 2 months ago

Yes I mean specific channels, so that the API rate limit is not hit, also if there is a way to initiate the cloning process without typing any cp!clone commands in the discord channels of other people, please let us know. As I got banned from one discord server, probably because the admins might have checked I am doing this kind of suspicious cloning activity

pnydiffuser commented 1 month ago

Try using the clone command in a new server, it works without having to use within the source server.

diliprk commented 1 month ago

Hi @itskekoff , were you able to make any changes to the repo, to exclude certain channels from the cloning process?

itskekoff commented 6 days ago

maybe.