Skip to main content

Questions tagged [bots]

Bots, also known as web-robots, are software applications that run automated tasks over the Internet. Typically, they perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. Notable examples are spiders, crawlers, scrapers, spam-bots and game-bots.

0 votes
0 answers
6 views

Instagram Bot with Selenium: Error finding followers

I am currently trying to develop an Instagram with Selenium. Unfortunately, the last and most important step does not work. The bot cannot find the followers and therefore does not follow them. This ...
yellowcake's user avatar
-1 votes
0 answers
10 views

WebEx bot integration with eks cluster [closed]

I have an bot ready with token, eks cluster is ready, I want to get status of pods running in that particular cluster when I give input to bot it should respond me with all the details in bot window. ...
sanket kurane's user avatar
0 votes
0 answers
11 views

I got tweepy.errors.Unauthorized: 401 Unauthorized when trying to post using tweepy==4.14.0

Am trying to create a simple twitter bot that will be able to post and get my dm events using tweepy, but i get "Unauthorized" every time i tried to post. Am using tweepy==4.14.0 and bellow ...
Jackson Bakari's user avatar
0 votes
1 answer
21 views

Is there a way to manipulate the order of execution of arguments in a Discord.py async function?

First off, I apologize if I am using wrong terminologies on this question. Hopefully, I can come through with the details. I am trying to send files(local images) and embed using the command await ...
J_L's user avatar
  • 3
-4 votes
0 answers
17 views

Instagram Bot Direct Messages [closed]

Are there any free libraries for making Instagram Bot. Using library I want to get unread direct messages, user ID. I have tried instabot, instagrapi (has method .direct_pending_inbox(), but it ...
Tim's user avatar
  • 1
0 votes
1 answer
35 views

My Discord bot doesn't send message when I type a command

I'm currently developing a Discord bot, but when I call the bot.process_command member function with several arguments, it does not respond and does not give an error message. My code is as follows: ...
Canom's user avatar
  • 1
-1 votes
0 answers
27 views

Does anyone know of any discord bot hosting that can use FFmpeg? [closed]

I am developing a discord bot that streams radio, and that is why it uses FFmpeg. The bot works well because it uses the FFmpeg installed on my PC, but as is obvious on a host it will not be able to ...
Nchxz's user avatar
  • 1
-1 votes
1 answer
52 views

Discord bio change using HTTP API

I want to change my Discord bio. I have this program: import requests headers = { "Content-Type": "application/json", "Authorization": token } new_bio = { &...
Jr Lcawokado's user avatar
-2 votes
0 answers
38 views

How can I tag a user by id

I have a bot in tg that gets a user's stylem profile and mail and sends them to another group, how can I make the stylem and mail bot mark the author of the messages? by his id since not everyone has ...
user26361438's user avatar
-1 votes
0 answers
20 views

Concurrency-related queries regarding python-telegram-bot [closed]

I am intending to host my bot – built using python-telegram-bot – on a server. I was wondering if multiple users are interacting with my bot, will their requests be queued, or processed concurrently? ...
aliensarefake's user avatar
2 votes
0 answers
28 views

bot detection, hasInconsistentGPUFeatures

I am trying to set up a playwright bot that can bypass bot detection and I am using https://deviceandbrowserinfo.com/are_you_a_bot to test. I am failing "isWebGLInconsistent" (though my main ...
splake's user avatar
  • 21
0 votes
0 answers
11 views

Sudden increase in requests received

my application suddenly had a huge increase in the number of requests being made to it. I believe the only change of merit was adding a sitemap.xml and I believe the increase in requests is due to ...
egauzens's user avatar
0 votes
0 answers
47 views

How to record google meeting using selenium python

I want to record a Google meeting using selenium python and upload it to the server. After some googling, I understand that I need to create a bot, that will join the meeting. After joining the ...
Aninda's user avatar
  • 127
1 vote
1 answer
59 views

How to disable the chat selection window when opening a game in Telegram?

I am sending the game via the sendGame method: Telegram::sendGame([ 'chat_id' => $chatId, 'game_short_name' => 'game' ]); When the player opens the game, a window appears at the bottom ...
Abmin's user avatar
  • 76
-1 votes
1 answer
43 views

Python Discord Bot: Github broke my bot's start command

I'm working on a discord bot in python in Visual Studio Code. I went on vacation about a week ago and uploaded my current code to github before I left with the intent of working on it when I had some ...
A_Random_Nerd's user avatar

15 30 50 per page
1
2 3 4 5
699