I hereby claim:
- I am lulalaby on github.
- I am lulalaby (https://keybase.io/lulalaby) on keybase.
- I have a public key whose fingerprint is 3DCB 25BF 5BBF 1D73 56EE FA28 9898 5E8C 3C81 6420
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
Telegram Message Downloader | |
--------------------------------------------------------------------------- | |
This script downloads all media from your 'Saved Messages' or any other chat on Telegram. | |
It ensures that multiple media files in a single message (like albums) are downloaded properly. | |
Obtain your api id and hash at https://my.telegram.org/apps. | |
Usage: | |
python telegram_downloader_fixed.py --api-id 123456 --api-hash abcdef123456 --drives "C:\\,D:\\,E:\\" --min-free 5 |
- None yet |
----------POSSIBLE OPTIONS---------------------------------------------- | |
--account : [optional] account name to login with | |
--key : [optional] connection key for the server (defaults to 1 in debug) | |
--automationRoutine : [optional] automation routine to run after login | |
--startAutomationGraph : [optional] start up and execute automation global graph using provided guid | |
--gatherEffectStats : [optional] enables effect stat gathering | |
--noautoconnect : [optional] Do not automatically connect to a server | |
--fastQuit | |
--dumpAssetNames : Write to <file> a JSON map of GUID (String "0xabc...") to asset name for all soft assets | |
--startPosition : [optional] start position when joining a map |
[ | |
{ | |
"id": 0, | |
"name": { | |
"default": "General" | |
}, | |
"is_primary": true | |
}, | |
{ | |
"id": 15, |
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
"""Edge Microsoft TTS for Python.""" | |
import sys | |
from ws4py.client.threadedclient import WebSocketClient | |
import binascii | |
import argparse | |
import json | |
import requests | |
import re |
# Prerequisites | |
*.d | |
# Compiled Object files | |
*.slo | |
*.lo | |
*.o | |
*.obj | |
# Precompiled Headers |
<?php | |
if (!empty($_SERVER["HTTP_CLIENT_IP"])) | |
{ | |
//check for ip from share internet | |
$ip = $_SERVER["HTTP_CLIENT_IP"]; | |
} | |
elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) | |
{ | |
// Check for the Proxy User | |
$ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; |
I hereby claim:
To claim this, I am signing this object:
# Oona Rรคisรคnen 2013 | |
# http://windytan.com | |
# ssh-keygen -l -f ~/.ssh/id_rsa.pub | perl emoji.pl | |
@emoji = qw( ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ฐ ๐ฑ ๐ฒ ๐ณ ๐ด ๐ต ๐ท ๐ธ | |
๐น ๐บ ๐ป ๐ผ ๐ฝ ๐พ ๐ฟ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ | |
๐ ๐ ๐ ๐ ๐ ๐ก ๐ข ๐ฃ ๐ค ๐ฅ ๐ฆ ๐ง ๐จ ๐ฉ ๐ช ๐ซ | |
๐ฌ ๐ญ ๐ฎ ๐ฏ ๐ฐ ๐ฑ ๐ฒ ๐ณ ๐ด ๐ต ๐ถ ๐ท ๐ธ ๐น ๐บ ๐ป |