Top "Bots" questions

Bots, also known as web-robots, are software applications that run automated tasks over the Internet.

How should I use parse_mode='HTML' in telegram python bot?

I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes …

python bots telegram telegram-bot python-telegram-bot
HEAD request receives "403 forbidden" while GET "200 ok"?

after several months having the site disappear from search results in every major search engine, I finally found out a …

http-headers get bots head
Webpage Is Detecting Selenium Webdriver with Chromedriver as a bot

I am trying to scrape https://www.controller.com/ with python, and since the page detected a bot using pandas.…

python selenium selenium-webdriver webdriver bots
Detecting honest web crawlers

I would like to detect (on the server side) which requests are from bots. I don't care about malicious bots …

c# web-crawler bots
Discord.Net -- How to make Bot Ping users with "@"

I'm working on coding a bot that will retrieve an image based on search parameters. When the bot returns the …

c# tags bots discord discord.net
Deleting all channels in a server

I'm making a bot that auto-sets up a server, and I was wondering how to delete all channels and categories …

bots discord discord.js
Can I use WGET to generate a sitemap of a website given its URL?

I need a script that can spider a website and return the list of all crawled pages in plain-text or …

php wget web-crawler bots
Slack bot cannot post message to private channel

I follow Slack bot post message documents it works perfectly when post to public channel, but get error [error] => …

bots private channel slack
Telegram bot weird error : Bad Request: wrong file identifier/HTTP URL specified

I am sending message to telegram channel using bot. With using webhook method. I'm sending file_id via the link. …

php bots telegram telegram-bot
Human-like mouse movements via Selenium

The Story: One of the approaches to solve captchas, like Google ReCaptcha, is to try to imitate the human mouse …

selenium selenium-webdriver automation protractor bots