dfrnoch / discord-sniper

🔰 Discord Nitro & Giveaway sniper! Made with Python
MIT License
167 stars 84 forks source link

Some discord giveaway bots not supported #21

Open Carlos-Espitia opened 3 years ago

Carlos-Espitia commented 3 years ago

Public giveaway bots: Plasma Santa Lunar Kuroka Givebot Gibo | ID: 745054119261372447

Some servers have their own custom giveaway bot, I think it would be nice if you could try to detect if a bot has messaged on a discord with these keywords "giveaway" and detect if the message was from a bot and also detect atleast 1 🎉 emoji with the message to enter the giveaway if that server uses a custom bot.

ghost commented 3 years ago

Hey @carlos3212345 I was thinking about that too. The bot is actually looking for the keyword giveaway, but only in plain text messages. Are the giveaways you're talking about in embed form? Embed messages look like this: maxresdefault

Carlos-Espitia commented 3 years ago

they are embed messages, also I noticed that some nitro giveaway discords staff would try to ping you if you won one of the giveaways and give you a couple of seconds to dm the hoster of the giveaway. photo_2020-12-15_14-01-01

I was thinking if yall could add a feature that would detect when the giveaway has finished, detect if our own username is in giveaway "winner: {username}" slot and grab the "Hosted by: {username}" and automatically dm them. The auto dm part could be added in the config file so users could set the dm message when the bot auto dms the hoster of the giveaway.

Carlos-Espitia commented 3 years ago

and for the rerolls yall could prob detect the message in that channel and grab the hoster's username and auto dm him

ghost commented 3 years ago

that's a good idea! However I think, that the repository owner should take a look at this and decide whether it is useful or not, before anyone of us tries to implement it. But if you want, you can always try to code it yourself and make a pull request. Besides that I also have to say, that you cant detect edited embed messages with the on_message function the selfbot's using. I don't know if there's any work around, but I'll try to find one soon.

Carlos-Espitia commented 3 years ago

@neo-philipp I've implemented some to the auto "DM giveaway host if user wins giveaway" feature but I couldn't figure out how to grab the giveaway hoster's ID to auto DM him. I'm not sure if it's possible to grab other old edited messages from the channel to check who hosted the giveaway.

code: lines: 409-431

    if f'Congratulations <@{Sniper.user.id}>' in message.content or f'<@{Sniper.user.id}> won' in message.content:
        if giveaway_sniper:
            if message.author.id == 294882584201003009 or message.author.id == 673918978178940951 or message.author.id == 582537632991543307 or message.author.id == 396464677032427530 or message.author.id == 649604306596528138:
                print(""
                      f"\n{Fore.GREEN}{time} - Giveaway Won" + Fore.RESET)
                GiveawayInfo()
                if notification:
                    toaster.show_toast("Sniper",
                                       "Giveaway Won! Look into console",
                                       icon_path="./drop.ico",
                                       duration=7)
                if DM_gw_hoster_if_winner:
                    if DM_gw_edelay:
                        sleep(DM_gw_delay)
                        #code
                        print(f"{Fore.GREEN}DM'd Giveaway host with delay of {DM_gw_delay} seconds!")
                    else:
                        #code
                        print(f"{Fore.GREEN}DM'd Giveaway host")
                else:
                    return
        else:
            return

Capture

Carlos-Espitia commented 3 years ago

btw do yall have a discord for this project?

ghost commented 3 years ago

yes i do have discord, my tag is neophilipp#9687, add me if you want

FeelsBadMan1 commented 2 years ago

There are a lot of Giveawaybots out there. It should be obvious that the Developer cant implement all. However you can take a look on the soucecode and understand how it sinpe. you then can add own Bots why adding their ID. This should not be a big deal.

Lumi6x9 commented 2 years ago

guys neophilipp#9687 tag has changed can u please tell me new tag and u want to grab hoster's id right? is it possible for you to grab next message's sender id after you win a giveaway image like this i said 'dm me' and u can grab my id

also neophilipp#9687 please join discord.gg/bongocm and mention me there, i am gawr gura/tea, i will not change my profile so please mention or dm me image