Skip to content

Instantly share code, notes, and snippets.

View xatier's full-sized avatar
💭
吃點心

xatier xatier

💭
吃點心
  • ド田舎
View GitHub Profile
@xatier
xatier / korean_fish.py
Created May 5, 2019 00:18 — forked from fkztw/korean_fish.py
Yet another chatbot
#!/usr/bin/env python3
import itertools
whats = [
'自經區', '自貿區',
'摩天輪', '愛情摩天輪', '愛情產業鏈',
'發大財',
'迪士尼',
'F1', 'F1賽車場', 'F1 賽車場',
@xatier
xatier / dmhy-magdl.py
Last active August 29, 2015 14:13 — forked from dannvix/dmhy-magdl.py
Command-line downloader (via magnet link) for share.dmhy.org
#!/usr/bin/env python3
# encoding: utf-8
# dmhy-magdl.py -- command-downloader for share.dmhy.org
# originally from my friend @dannvix
# modified by @xatier
# https://gist.github.com/dannvix/bcdbc83a880728f658cb
import datetime
import sys
import urllib.parse