Giter VIP home page Giter VIP logo

smartcontractdownloader's Introduction

download.py

Python2脚本,用来下载指定的git项目,需要下载的项目由download-list.txt列出。

  1. 自动跳过下载过的项目。
  2. 创建分类/项目目录。
  3. 下载Github项目,放到code目录下。
  4. 官方url存放到文件url

download-list.txt

使用'|'代表文本中的空格,格式如下:

分类目录|项目名称|项目GitUrl|项目官方URL

其中,项目官方URL可为空。 按格式向该文件中添加,然后运行download脚本,可下载项目

fail-list.txt

脚本运行后会生成这个文件。其中保存了下载失败的项目。 下载失败的原因可能:

  1. 异常
  2. GitUrl不是有效的Git项目地址,可能该地址下,有多个Git项目

项目目录结构

ProjectDir |----code | |----Github克隆下来的项目 |----url

其他

  1. 剩余目录为各分类中的项目。
  2. system目录:大多是和以太坊相关的项目,是一些以太坊的补充工具,也有一些是基于以太坊的平台。
  3. other目录,存放了一些类别模糊、或不容易判断的项目。
  4. 已经包含了ethercasts上所有的可用项目。
  5. 也收集了一些GitHub上面的项目,许多都没有描述的。

smartcontractdownloader's People

Contributors

leuchine avatar

Watchers

James Cloos avatar  avatar  avatar

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.