Skip to content

Instantly share code, notes, and snippets.

View bottifyDev's full-sized avatar
🎯
Awesome

BenTelegaDev bottifyDev

🎯
Awesome
View GitHub Profile
"""
Стартовый бот
"""
import logging
from aiogram import Bot, Dispatcher, executor, types
API_TOKEN = 'BOT TOKEN HERE'
@bottifyDev
bottifyDev / oh-my-zsh-install.sh
Created May 19, 2022 07:04
### Установка oh-my-zsh ###
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"