python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OSError: [Errno 101] Network is unreachable in pythonanywhere with asyncio and aiohttp
I have deployed in pythonanywhere an application that consists of a telegram bot that connects to api.scryfall.com through scrython, a api wrapper (which uses asyncio and aiohttp).
The app works perfe...
Carlos GM
Votes: 0
Answers: 0
pytelegrambotapi - can't access "from" property due to it being keyword
I'm trying to access message.reply_to_message.from but in VS Code it highlights in yellow, I can't compile it. When using ['from'] it says this:
TypeError: 'Message' object is not subscriptable
How d...
user14337693
Votes: 0
Answers: 1
python telegram bot can't get movie data
am trying to do a telegram bot which shows to the user the popular movies upon sending ['pm']. But, I couldn't get the right message from the bot. Here is my code:
import os
import telebot
from dotenv...
Ahmed Sheikh
Votes: 0
Answers: 1
Heroku python app (telegram bot) crashes monthly with requests exception
I have two telegram bots made with PyTelegramBotApi (not the best library, I know) deployed on Heroku. One big difference that matters: one is running with Threading to periodically send notifications...
GaussGun
Votes: 0
Answers: 1