[Question] How to let a Python bot works on Telegram

italianstarman

Power Member
Joined
Feb 7, 2019
Messages
606
Reaction score
258
Hello, I hope this is the right category of the forum where to ask this:

I downloaded on GitHub a bot for Car Pooling, which I deducted it's all written on Python.
I wanted to import this "BOT" on Telegram. Is there a way or an exact file I need to extract from the Folder I downloaded?


I have 0 Experience and 0 Real Knowledge, if not very basic.

Thanks in advance !
 
your python script must have an environment to run in. have you installed python to your local machine ? if not, this would be the first step. the script should interact with telegram to function as the bot..

if you are using a server or some other remote pc.. it has to have python installed in order to run the script.

there are many details but basically you should install python and also have telegram api account. good luck.
 
Back
Top