Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 988 Bytes

File metadata and controls

24 lines (17 loc) · 988 Bytes

Tutorial videos are on my youtube channel!

https://www.youtube.com/@YoungDev98/videos
[Playlist - inspired by CS50 Harvard classes]
How to create PHP Telegram Bot, text commands - Tutorial 1
How to create Python Telegram Bot, text to speech - Tutorial 2 (in 10 minutes)
How to create Python Telegram Bot, image to text, OCR - Tutorial 3 (In 10 minutes)
How to create Python Telegram Bot, speech to text - Tutorial 4 (In 10 minutes)
How to create Python Telegram Bot, using wrapper, framework - Tutorial 5 (In 10 minutes)
How to create Python Telegram Bot, webhook Heroku Cloud - Tutorial 6

Steps to run the project:

1. python3

2. pip3 - package-management for python3

3. sudo pip3 install pyttsx3 - to install python3 extension run

after copying, make sure to dublicate the .env.dist => .env and paster your own api key

for more information about available methods and etc for telegram bot