abaybek / ChatBot

Telegram chatbot demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatBot

Tested on thit env:

  • OS :: Ubuntu 16.04 LTS
  • Python version :: Python 3.6.3 Anaconda, Inc.
  • Package manager:: Conda 4.3.31

Run

Just run

python main.py

Install

Download and install

Official distributions are available at https://conda.io/miniconda.html

Create virtual environment on exist env file

Short explonation

Create new env on conda

conda env update -f environment.yml

Basics of Anaconda environment management

Creating an environment

conda create --name myNewEnv python=x.x.x
  

Activating an environment

activate myNewEnv   

Deactivating an environment

deactivate myNewEnv 

Listing environments

conda info --envs 

Removing an environment

conda remove --name myNewEnv --all

About

Telegram chatbot demo


Languages

Language:Python 100.0%