- Open your app and search for @BotFather, or open this link: https://telegram.me/botfather.
- Type
/newbot - Name your new bot (this is the contact name, like "Bot My server")
- Give it a unique Telegram name, ending with
bot(like "my_server_bot") - Now, you should see a token: keep it safe!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updated list / Nov 17 - 2024 | |
| Posting - https://posting.sh/ - Terminal Based | |
| ATAC - https://github.com/Julien-cpsn/ATAC | |
| Rest.nvim - https://github.com/rest-nvim/rest.nvim | |
| Slumber - (uses tui client) https://slumber.lucaspickering.me/ |
This login notifier uses IP information to send silent telegram notifications if the login source seem to be trustable.
First, please read this awesome Medium tutorial on how to setup the Telegram bot.
This guide is for Windows.
First, right click title bar and turn on the Menu bar, or turn it on the Menu bar in Firefox.
Since Firefox Quantum, the window controller has been integrated into the tab bar, so this method uses the window controller that comes up when you activate the Menu bar.
Or, you can place extra space on top left corner and move buttons to there.
AddOn:
- Go to about:support in your address bar
First Download the Android SDK Commandline Tool only.
https://developer.android.com/studio/
Goto Download Options
Find Commandline tools only Section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using namespace System.Management.Automation | |
| using namespace System.Management.Automation.Language | |
| if ($host.Name -eq 'ConsoleHost') | |
| { | |
| Import-Module PSReadLine | |
| } | |
| #Import-Module PSColors | |
| #Import-Module posh-git | |
| Import-Module -Name Terminal-Icons |
