Siri_29.webp

https://github.com/danielaceros/namerecognition

https://img.shields.io/static/v1?label=&labelColor=505050&message=@danielaceros&color=%230076D6&style=flat&logo=google-chrome&logoColor=%230076D6

https://img.shields.io/github/followers/danielaceros?style=social

https://img.shields.io/github/last-commit/danielaceros/namerecognition

https://img.shields.io/github/repo-size/danielaceros/namerecognition

NameRecognition


A telegram bot who recognizes some stuff you need like your neem for online clases, and notify you by Telegram

Getting Started


First of all, you should dowload de repo, or even de script, 'instaloader.py' and put it in an empty folder. Later, you should install the needed modules, via 'pip/pip3 install'

pip/pip3 install requests
pip/pip3 install python-telegram-bot
pip/pip3 install speech_recognition
pip/pip3 install logging

Telegram BOT


You need to create a BOT on TELEGRAM, for this, you can chat to 'BotFather', then '/newbot', and follow the instructions, then, when you have created it, you need to copy the API KEY that BotFather gives to you and put it on the script, in the part of 'Updater('' #insert your BOT API KEY)'. Later, you have to add commands, for this, return to 'BotFather', '/mybots', select your bot, 'Edit Bot', 'Edit Commands', then you paste this list:

listen - TO only LISTEN if your name is not present

Running CODE


When you have created the BOT, installed the packages, and gived to the '.py' your API TOKEN, you can run the code by an IDE or PowerShell/CommandPrompt by:

python recognition.py
python3 recognition.py