Skip to content

Instantly share code, notes, and snippets.

@0xF61
0xF61 / instapaper.py
Last active March 24, 2019 18:58
Push links to instapaper
#!/bin/python3
import requests
import sys
url="https://www.instapaper.com/api/add"
username=""
password=""
def add(add):
@0xF61
0xF61 / keybase.md
Last active February 2, 2019 17:34

Keybase proof

I hereby claim:

  • I am 0xF61 on github.
  • I am 0xf61 (https://keybase.io/0xf61) on keybase.
  • I have a public key whose fingerprint is BE83 1A4E B65A 1EDC 8BD5 9535 C504 656F 85B4 B4AD

To claim this, I am signing this object:

#!python3
import requests
gistEndpoint="https://api.github.com"
# gistsid = getUserGistsID("mertcangokgoz")
def getUserGistsID(username):
response = requests.get(gistEndpoint+"/users/"+username+"/gists").json()
gistsid = list()
for i in response:
@0xF61
0xF61 / generate-feeds.py
Created January 12, 2019 17:09
Generate Youtube Channel Feed for MediaWiki syntax who use vimwiki
import requests
import re
limit = 5
channels = {"UClcE-kVhqyiHCcjYwcpfj9w", # LiveOverflow
"UCa6eh7gCkpPo5XXUDfygQQA", # IppSec
"UCVeW9qkBjo3zosnqUbG7CFw", # John Hammond
"UCCkVMojdBWS-JtH7TliWkVg" # GynvaelEN
}