mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Add some readme.
This commit is contained in:
parent
8df80e40ad
commit
1c4c75ee8f
16
README.md
16
README.md
@ -1,6 +1,22 @@
|
|||||||
# pyTelegramBotAPI
|
# pyTelegramBotAPI
|
||||||
Python Telegram bot api.
|
Python Telegram bot api.
|
||||||
|
|
||||||
|
## How to install
|
||||||
|
|
||||||
|
* Install from source
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://github.com/eternnoir/pyTelegramBotAPI.git
|
||||||
|
$ cd pyTelegramBotAPI
|
||||||
|
$ python setup.py install
|
||||||
|
```
|
||||||
|
|
||||||
|
* Install by pip
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pip install pyTelegramBotAPI
|
||||||
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
* Send Message
|
* Send Message
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='pyTelegramBotAPI',
|
|||||||
author='eternnoir',
|
author='eternnoir',
|
||||||
author_email='eternnoir@gmail.com',
|
author_email='eternnoir@gmail.com',
|
||||||
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
url='https://github.com/eternnoir/pyTelegramBotAPI',
|
||||||
packages=['VSTools'],
|
packages=['telebot'],
|
||||||
license='GPL2',
|
license='GPL2',
|
||||||
keywords='tools',
|
keywords='tools',
|
||||||
install_requires=['pytest','requests']
|
install_requires=['pytest','requests']
|
||||||
|
Loading…
Reference in New Issue
Block a user