# snail **Repository Path**: lyric/snail ## Basic Information - **Project Name**: snail - **Description**: 一个开放的文件下载服务 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://fd.onehabit.cn/ - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2016-11-13 - **Last Updated**: 2022-07-12 ## Categories & Tags **Categories**: web-service **Tags**: None ## README # 蜗牛下载 > 支持文件下载,youtube视频下载 ![screenshot](https://raw.githubusercontent.com/LyricTian/snail/master/static/img/screenshot.png) ## 获取 ``` bash $ go get -u github.com/LyricTian/snail ``` ## 依赖工具 ### `bee`工具 ``` bash $ go get -u github.com/beego/bee ``` ### `bower`工具 ``` bash $ npm install -g bower ``` ## 安装依赖并运行 > 配置参数(conf/app.conf) ``` bash $ cd $GOPATH/src/github.com/LyricTian/snail $ bower install $ bee run ``` ## MIT License ``` Copyright (c) 2016 Lyric ```