Coder Social home page Coder Social logo

goodbyecy's Introduction

  • GoodbyeCy (싸이월드 사진첩 백업과 티스토리/이글루스/텍스트큐브 이전)

  • Blog: http://morcavon.com/1178440402

  • 개발환경: Windows7, Python 2.7, wxPython, PyQt4, autopy, spynner (UI 편집은 Boa Constructor 필요)

  • 2015.07.03 현재 로그인 및 사진 백업 기능 문제 없음. (블로그 마이그레이션 기능은 확인 못 함)

**** windows binary 생성시 유의 사항 spynner 패키지에 있는 browser.py 수정이 필요함

아래 부분을

#!python

    _javascript_directories = [
        pkg_resources.resource_filename('spynner', 'javascript'),
    ]

이렇게 수정해야 함

#!python

    _javascript_directories = [
        'javascript',
    ]

goodbyecy's People

Contributors

morcavon avatar

Stargazers

YongHun Byun avatar

Watchers

James Cloos avatar  avatar

Forkers

semtle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.