Skip to content

underbots/conceptos_b-sicos_bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Instalación de pip

sudo apt-get install python3-pip intalación de pip pip3 install pip Actualización de pip

Pipenv

Motivos de uso

Utilizar módulos python de ajenos sin que estos entre en conflicto.

Instalación

python3 -m pip install --user pipenv esta instrucción puede estar mal usto anter del instal

Crear nuevo proyecto

python3 -m pipenv --python 3.6 (Ver la versión que se tiene instalada por defecto)

Abrir proyecto

python3 -m pipenv shell

Bot telegram

wed mediante la que hacemos los bots https://python-telegram-bot.org/

Comando para instalarse el bots:

$ pip install python-telegram-bot
$ python bot.py

About

He aquí los conceptos básicos para hacer bots, gracias todo al señorito pwaqo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published