Giter VIP home page Giter VIP logo

svbot's Introduction

svbot

短视频直链解析机器人,支持:抖音/火山/快手/绿洲/皮皮虾/微博/微视/西瓜/最右|的短视频无水印解析

license MIT Go version 1.17 telebot v3 version 0.0.1

项目初衷

如果你也讨厌在分享短视频的时候被平台加上牛皮癣式的水印或小尾巴(例如:xx分享美好生活)
那么,svbot将帮助你解决这些烦恼~

使用方式

一、自行编译

此安装方式多用于开发者,需电脑上安装go语言环境。
go语言官网

下载:

# 下载项目
git clone https://github.com/assimon/svbot && cd svbot

编译:

# 编译
go build -o svbot
# 给予执行权限
chmod +x ./svbot

配置:

cp .config.toml.example config.toml

执行:

# 调试启动
./svbot
# nohup 
nohup ./svbot >> run.log 2>&1 &

二、下载已经编译好的二进制程序

此方式可以直接使用,用于服务器生产环境。 进入打包好的版本列表,下载程序:https://github.com/assimon/svbot/releases
配置:

cp .config.toml.example config.toml

运行:

# linux
# 调试启动
./svbot

# windows
svbot.exe

配置

申请Telegram bot api token https://t.me/BotFather
修改config.toml里面的api_token参数即可,无需其他配置。
例如:api_token="xxxxxx"

使用预览

1.复制短视频链接

2.发送给机器人

鸣谢

部分平台解析灵感来自:https://github.com/5ime/video_spider

声明warning!

项目仅用于学习交流使用,禁止用于任何商业目的。
由于开源项目的分发不可控,故使用者在使用该项目时出现的任何法律问题由使用者自行承担!

svbot's People

Contributors

assimon 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.