school / final year python project with source code
This is a screen Recorder software by using python and some python modules.
You need to install this requirements:
pip install numpy
pip install opencv-python
pip install PyAutoGUIYou need also computer connected to internet to activate bot.
first of all ,
- You enter into the folder.
cd <folder name>run
python main.pyin command prompt.
-and most important you have to create bot on telegram and the token given botFather copy that token and paste it in bot.py .
-
Step 1: After opening an account on Telegram, in the search bar at the top search for “BotFather”
-
Step 2: Click on the ‘BotFather’ (first result) and type /newbot
-
Step 3: Give a unique name to your bot. After naming it, Botfather will ask for its username. Then also give a unique name BUT remember the username of your bot must end with the bot, like my_bot, hellobot etc.
-
Step 4: After giving a unique name and if it gets accepted you will get a message something like this
Done! Congratulations on your new bot. You will find it at t.me/<your_bot_name>. You can now add a description, about section and profile picture for your bot, see > > /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the
bot is fully operational before you do this.
Use this token to access the HTTP API: here <your_own_token_which_is_different_for_every_user> Keep your token secure and store it safely, it can be used by anyone to control your bot.
For a description of the Bot API, see this page: https://core.telegram.org/bots/api