Skip to main content
Filter by
Sorted by
Tagged with
Best practices
3 votes
0 replies
45 views

I'm building a Telegram bot using python-telegram-bot (v20+) that needs to: Join or be added to multiple Telegram groups focused on cybersecurity (threat intel, hacking tutorials, CVE discussions, ...
Kenneth Novales's user avatar
Best practices
1 vote
4 replies
140 views

Is this a reliable way to prevent bots from scraping emails and sending spam, without having to resort to janky methods like images/actual text splitting? <p id="at" data-domain="...
LeaG's user avatar
  • 53
Advice
0 votes
1 replies
137 views

I wanted to make a custom command that sent an embed with a message that the user writes (I was using $N for that), but I also wanted the users to be able to customize the embed color in their message....
Sayuri's user avatar
  • 1
2 votes
1 answer
96 views

Is there an easy way (e.g. set an additional parameter) to filter out specific email addresses in a contact php file? I keep getting nuisance emails from the same email addresses via the contact form ...
klobberman's user avatar
1 vote
2 answers
196 views

I'm trying to use Microsoft Graph Communications API to have a bot join Teams meetings by posting to /communications/calls endpoint. I consistently receive Error 7505: "Request authorization ...
Abderrahmen's user avatar
-2 votes
1 answer
132 views

Everything else works, escept the member join and member leave event functions don't trigger at all once i have member join/leave. I have all intents turned on in my developer portal and i have the ...
Jae's user avatar
  • 263
0 votes
0 answers
120 views

Since Azure Bot has deprecated multi-tenant support, we have started updating the configuration and code to work with MS Teams app and Azure Bot in a single-tenant setup. However, whenever we send a ...
ADP's user avatar
  • 123
1 vote
0 answers
85 views

I’m testing Telegram Payments in a bot built with Aiogram 3.x. Environment: Python 3.11, Aiogram 3.4, provider = Smart Glocal TEST token from BotFather. The invoice shows and the test payment ...
user31301872's user avatar
0 votes
0 answers
106 views

I'm working on a Python bot that monitors a Shopify webshop, adds a product to the cart, and tries to continue to checkout. I'm using requests.Session() and BeautifulSoup to handle the stock check, ...
Denzel's user avatar
  • 13
0 votes
1 answer
116 views

I was trying to create a bot in discord that would perform the function of double translation in voice channels, this code is written through the deepseek neural network. I ran into such a problem ...
Кирилл Скляров's user avatar
0 votes
0 answers
105 views

I have a scraper running on Puppeteer and Node.js. When I change the headless mode from false to true, the bot gets detected. I would like it to work with false since the deployment will be on Railway....
Juliaano's user avatar
0 votes
0 answers
50 views

cannot manage to fix out the code below which triggers me an tuple at line 22 which is the SlashCommander part. Even tried to look it up on slash.py to no avail. If anyone has any idea. I tried many ...
Ophelia Son's user avatar
0 votes
0 answers
23 views

I want to add authentication to the app I created in MS Teams. I am trying to create something resembling Jira Cloud. But I am kind of clueless when it comes to the type of authentication I am ...
Dhruv Shetty's user avatar
0 votes
1 answer
597 views

I am working on my Discord bot, which should take channel information and store it in the database after applying its / (slash) commands. I set up the prefix / though! Also in Discord, I find this ...
lony235's user avatar
  • 103
1 vote
0 answers
128 views

I have 11 android apps that are getting minimal ad revenue through the Cloudflare waf. What settings are conducive to getting maximal ad revenue through Cloudflare. My apps are published with the ...
Kenneth Pinto's user avatar
1 vote
1 answer
179 views

When using new messages components (IS_COMPONENTS_V2), Discord sends an empty (mobile) notification for such messages. It is not mentioned anywhere in the docs https://discord.com/developers/docs/...
tivvit's user avatar
  • 46
1 vote
0 answers
529 views

There was a problem, I am making a business bot on aiogram, but I can not understand how to implement a connection check, I saw the following system in one bot, the bot asks to add itself as a chat ...
SenArio's user avatar
  • 29
0 votes
0 answers
36 views

We’re using ClickPatrol’s form protection. To integrate it with HubSpot, we need to modify the main HubSpot JavaScript. Normally, this allows us to add custom inputs such as prefilled email addresses, ...
Mathieu Vloei's user avatar
0 votes
2 answers
74 views

I am trying to make a discord bot featuring diagnoses for mild illnesses. I want the bot to send a message prompting the user to send symptoms and see if any match a list of symptoms for a specific ...
senorbryan's user avatar
1 vote
1 answer
167 views

I’m working on a Discord bot using Python & discord.py and facing an issue with defer() and send_message() in my slash commands. Every time I use a command, it returns "The application did ...
PYZIREK 2's user avatar
0 votes
0 answers
38 views

I am trying to scrape from a very specific site that has two things that doesn't work as expected: reject the cookie banner using reject button enter a specific section to get a view about the ...
CoMpUtEr1941's user avatar
0 votes
1 answer
24 views

How to prevent my deployed gh-pages to modify by github-pages[bot] ?
L. Kvri's user avatar
  • 1,752
0 votes
1 answer
270 views

ikTok Upload Bot Automation Failing at Final Step? I’m currently developing an automated upload bot for TikTok Studio (https://www.tiktok.com/tiktokstudio/upload) using Selenium, to upload multiple ...
Bdbeb Keneeb's user avatar
0 votes
2 answers
375 views

This code isnt working, its the correct token, but it doesnt work, Why? console.log("Beep! Beep!🤖Bot Pending!") const Discord = require("discord.js") const client = new Discord....
Hassan Aldarkazali's user avatar
0 votes
0 answers
54 views

I'm trying make a neural network based AI for Jedi Academy via behavioral cloning (learning to imitate pros). For the behavioral cloning to be faithful it is crucial for one to be able to reproduce ...
Eternalyze's user avatar
-4 votes
2 answers
91 views

I just started studying Python this week and I don't understand what I'm doing wrong. My discord bot is online, but every time I try to type a command in Discord it pings back to VS Code as "...
Kayla Toomey's user avatar
-1 votes
1 answer
120 views

I’m making a Telegram bot using Python and the telebot (pyTelegramBotAPI) library. I created a basic telegram bot for practice, and I want bot to say “Sorry, I don’t understand” when a user sends a ...
ВЕКТС's user avatar
0 votes
1 answer
334 views

I am trying to create a Python Cog for a Discord.py bot on Windows 10 that allows the bot to join a voice channel to play music or funny audio. It is just something for me and my friends to goof off ...
Gary Storm's user avatar
0 votes
1 answer
151 views

I'm doing different Telegram bots, that can send media to their users. For video files I used this code to store video uploaded by admin: caption = event.message.text or "" file_id = event....
Plem's user avatar
  • 1
2 votes
0 answers
41 views

I'm building a Telegram bot using Aiogram, and I'm encountering a problem where my bot doesn't start when I include the crm_router. However, when I replace it with auto_responder_router, everything ...
Сырым Байгельдинов's user avatar
2 votes
0 answers
91 views

I need to implement multiple file uploads in one message. I couldn't find how to do it in the official documentation. For example, I implemented only loading one file at a time and storing them in a ...
JammySon JS's user avatar
0 votes
1 answer
72 views

I'm writing a Discord bot using discord.py, but it doesn't respond to commands. The bot starts up successfully, shows up on the network, and commands are loaded, but nothing happens when I type ...
Alex Krizhanovskyi's user avatar
1 vote
0 answers
113 views

I'm coding a discord bot in Python and I want to create custom commands on the server that can be created in the server, from what Ive researched, I need to add a dictonary for the values to be put ...
Soopah's user avatar
  • 11
0 votes
1 answer
49 views

async def role(ctx, member: discord.Member, *, role_name: str): if ctx.author.id == ctx.guild.owner_id: role_name = role_name.strip() # Remove leading and trailing spaces role = ...
Hxtred's user avatar
  • 1
0 votes
1 answer
153 views

I tried creating a Azure Bot Service according to this tutorial, https://learn.microsoft.com/de-de/shows/mvp-azure/build-chatbot-azure-bot-service, is there any way of doing this in 2025. When I ...
Johannes Mayrhofer's user avatar
0 votes
1 answer
519 views

I'm coding a Puppeteer script, which starts up an instance of Google Chrome for Testing. Even if this browser is not headless, and even if I control it manually without any automation, whenever I try ...
Nate's user avatar
  • 13
0 votes
1 answer
101 views

I am developing a bot in Replit that makes a category structure. I am using Discordjs v14.18.0. The problem is when creating a ChannelType.GuildAnnouncement, with value of 5, the error informs me that ...
ercanon's user avatar
1 vote
0 answers
116 views

I've been trying to figure out how to use this library called steam so I can set up a dota 2 bot with the dota2 library in python so it can create and be in multiple games. That, aside from requiring ...
Shork's user avatar
  • 13
0 votes
1 answer
48 views

I saw the next code: markup = [ [Button.inline("Restart the test", b'restart')], [Button.inline("Continue", b'continue')] ] @client.on(events.CallbackQuery(data=b'restart')) ......
Plem's user avatar
  • 1
0 votes
1 answer
51 views

I am currently looking for a way to auto reset the embed in a Discord python bot. This is my code. It works fine the very first time a user clicks on a category. The second time it won't refresh ...
Phi's user avatar
  • 11
1 vote
1 answer
178 views

I’m trying to automate a Telegram workflow using Telethon in Python. I interact with a third-party Telegram bot as a normal user account. The bot has inline buttons labeled “⬅”, “1/7”, “➡” to navigate ...
whitek's user avatar
  • 13
0 votes
1 answer
96 views

Need some help regarding bot deployment Steps We Have Done - Downloaded zip of code from Azure Open AI Service. After deployment of the downloaded zip to Azure. Azure Bot service is created ...
Devang Zala's user avatar
1 vote
1 answer
168 views

I'm working on a trading bot that connects to Binance Testnet using WebSockets to get ticker updates and Axios to place market orders. However, I'm encountering the following error when trying to ...
reimannsur's user avatar
-1 votes
1 answer
340 views

I would like to automatically send a "welcome" message to each new subscriber of my public telegram channel, AND a notification message to the channel owner for each new subscription. Trying ...
getgsg's user avatar
  • 1
0 votes
0 answers
71 views

I'm trying to put a buy order but the result is "none". If I try to put the same order (same lot, SL,TP) directly in MT5 it goes well. Below the abstract code. I set "algo trading" ...
Denis Dal Soler's user avatar
-2 votes
2 answers
258 views

I have a problem with interactions of my discord bot in python, manually in server settings -> integrations -> (my bot) -> interaction I am able to determine what role can see this ...
user28857236's user avatar
0 votes
1 answer
71 views

I'm trying to create a Discord bot using discord.py. Here is the code: import discord from discord.ext import commands intents = discord.Intents.all() intents.message_content = True bot = commands....
andresca's user avatar
-1 votes
1 answer
191 views

When i'm trying to run the bot uploaded to home/%User_name%/ at PythonAnywhere it crashes with: File "/home/%User_name%/%Project_name%/./handlers/command_handlers.py", line 103, in ...
Plem's user avatar
  • 1
1 vote
1 answer
651 views

I just worked out a trading strategy and am now on coding a bot to execute the trades easier. I am working on the futures order module right now, and I always get the same error, no matter what I do. (...
knolly's user avatar
  • 11
0 votes
1 answer
125 views

This is the error I get every time I try to start the bot. (venv) C:\Users\Due Bighelloni\Desktop\bingo bot>python versolarmoniabingobot.py Traceback (most recent call last): File "C:\Users\...
Daniel's user avatar
  • 1

1
2 3 4 5
207