- 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
# This is the API we need to POST too.. | |
# https://api.psychonautwiki.org/ | |
# | |
import requests | |
import json | |
#We ask for input, displaying "Which Psych?" | |
query = input("Which Psych?") |
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
#!/bin/bash | |
# curl -sL https://gist.githubusercontent.com/RichardBronosky/31660eb4b0f0ba5e673b9bc3c9148a70/raw/touchid_sudo.sh | bash | |
# This script is ready to copy-paste in whole, or just the line above (without the leading #) | |
# Use TouchID for sudo on modern MacBook Pro machines | |
# This script adds a single line to the top of the PAM configuration for sudo | |
# See: https://apple.stackexchange.com/q/259093/41827 for more info. | |
touchid_sudo(){ |
Assuming project is SOME/PROJECT
And you are FOO
You will need to do the following one time only:
- Fork
SOME/PROJECT
repository under your namespace. - Navigate to https://github.com/FOO/PROJECT/wiki
- Hit
Create the first page
. You will get an error (that's ok!)
PLEASE SCROLL DOWN AND READ THE COMMENTS FOR A MORE UP TO DATE WAY (AND EASIER) TO DO THIS
When using Homebrew (http://brew.sh) and searching formulas or pull requests you may get the dreaded error message: Github API Rate limit exceeded
Let's fix that! (yeah!)
PLEASE SCROLL DOWN AND READ THE COMMENTS FOR A MORE UP TO DATE WAY (AND EASIER) TO DO THIS