https://github.com/fsoky/vkapi-lessons
Исходники с видео-роликов по vk_api
https://github.com/fsoky/vkapi-lessons
api bot python tutorial vk vk-api vkontakte vkontakte-api
Last synced: 6 months ago
JSON representation
Исходники с видео-роликов по vk_api
- Host: GitHub
- URL: https://github.com/fsoky/vkapi-lessons
- Owner: Fsoky
- Created: 2021-09-29T13:19:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T10:18:09.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:42:07.462Z (6 months ago)
- Topics: api, bot, python, tutorial, vk, vk-api, vkontakte, vkontakte-api
- Language: Python
- Homepage: https://www.youtube.com/watch?v=gysqjgfLmBc&list=PLEYdORdflM3mrexBxTTq3y6r7uoWxZ_3Q
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VKAPI Lessons
**Исходники с видео-роликов по vk_api**1. __[Vkontakte API Python | Как работать с методами?](https://www.youtube.com/watch?v=gysqjgfLmBc)__
* [Описание](https://github.com/Fsoky/VKAPI-Lessons/blob/main/tutorial/work_with_methods.md)
* [Код](https://github.com/Fsoky/VKAPI-Lessons/blob/main/source%20code/work_with_methods.py)
2. __[Vkontakte BOT | Настройка и структура](https://www.youtube.com/watch?v=hhq4sPeQ5A8)__
* [Описание](https://github.com/Fsoky/VKAPI-Lessons/blob/main/tutorial/vk_bot_1.md)
* [Код](https://github.com/Fsoky/VKAPI-Lessons/blob/main/source%20code/vk_bot_1.py)
3. __[Vkontakte BOT | Клавиатура, кнопочки](https://www.youtube.com/watch?v=pHESBypF9mo)__
* [Описание](https://github.com/Fsoky/VKAPI-Lessons/blob/main/tutorial/vk_bot_2.md)
* [Код](https://github.com/Fsoky/VKAPI-Lessons/blob/main/source%20code/vk_bot_2.py)
4. __[Vkontakte BOT | Карусели и еще немного про клавиатуру](https://www.youtube.com/watch?v=1fhl0kS90WI)__
* [Описание](https://github.com/Fsoky/VKAPI-Lessons/blob/main/tutorial/vk_bot_3.md)
* [Код](https://github.com/Fsoky/VKAPI-Lessons/blob/main/source%20code/vk_bot_3.py)