Skip to content

Instantly share code, notes, and snippets.

View Livitan's full-sized avatar

Maksym Livitan

View GitHub Profile
@Livitan
Livitan / how_to_get_telegram_chat_id.md
Created June 26, 2024 20:08 — forked from nafiesl/how_to_get_telegram_chat_id.md
How to get Telegram Bot Chat ID

How to get Telegram Bot Chat ID

Create a Telegram Bot and get a Bot Token

  1. Open Telegram application then search for @BotFather
  2. Click Start
  3. Click Menu -> /newbot or type /newbot and hit Send
  4. Follow the instruction until we get message like so
    Done! Congratulations on your new bot. You will find it at t.me/new_bot.
    
@Livitan
Livitan / pug.md
Created March 8, 2021 22:33 — forked from neretin-trike/pug.md
Туториал по HTML препроцессору Pug (Jade)
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->