Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
import hashlib
import urllib2
import xml.dom.minidom as xml
ALSONG_URL = "http://lyrics.alsong.net/alsongwebservice/service1.asmx"
ALSONG_TMPL = '''\
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="ALSongWebServer/Service1Soap" xmlns:ns1="ALSongWebServer" xmlns:ns3="ALSongWebServer/Service1Soap12">
<SOAP-ENV:Body>
{
"APP_NAME": "Quiet Time",
"SLOGAN1": "Your first step to a richer life",
"SLOGAN2": "Got spare time?",
"SLOGAN3": "Meditate and study languages",
"SLOGAN4": "Grow tall and fruitful",
"CFG>BACK_EXIT": "Press back button again to exit",
"CFG>NO_INTERNET": "Bad Internet Connection",
"CFG>NO_INTERNET_DETAIL": "Sorry! Please check your network connection and try again.",
{
"APP_NAME": "큐티랑",
"SLOGAN1": "풍성한 삶의 첫걸음",
"SLOGAN2": "자투리 시간에",
"SLOGAN3": "말씀 묵상과 외국어 학습을!",
"SLOGAN4": "무럭무럭 성장하세요",
"CFG>BACK_EXIT": "한 번 더 누르시면 종료합니다",
"CFG>NO_INTERNET": "인터넷 연걸",
"CFG>NO_INTERNET_DETAIL": "네트워크 연결 상태를 확인하세요.",
{
"APP_NAME": "Quiet Time",
"SLOGAN1": "Your first step to a richer life",
"SLOGAN2": "Got spare time?",
"SLOGAN3": "Meditate and study languages",
"SLOGAN4": "Grow tall and fruitful",
"CFG>BACK_EXIT": "Press back button again to exit",
"CFG>NO_INTERNET": "Bad Internet Connection",
"CFG>NO_INTERNET_DETAIL": "Sorry! Please check your network connection and try again.",