Chatbot_using_telegram -- you can search on latest news -- Create the environment -- conda create -p "your env name " python==3.11.5 -y Activate the environment conda activate "your environment" Install the requirements-- pip install -r requirements.txt