All Projects → davidkingzyb → Pccold

davidkingzyb / Pccold

Licence: mit
douyu斗鱼 自动化工具 主播上线通知 & 直播视频自动录制 & 弹幕抓取

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pccold

Bilibiliupload
Stream download and upload, not only for bilibili.
Stars: ✭ 232 (+52.63%)
Mutual labels:  douyu, download
Bita
Differential file synchronization over http
Stars: ✭ 145 (-4.61%)
Mutual labels:  download
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+2183.55%)
Mutual labels:  download
4chan Downloader
Python3 script to continuously download all images/webms of multiple 4chan thread simultaneously - without installation
Stars: ✭ 136 (-10.53%)
Mutual labels:  download
Downloadsearch
search for any kinds of files to download
Stars: ✭ 124 (-18.42%)
Mutual labels:  download
Download Manager
谷歌浏览器下载管理器插件【A chrome extension for managing download】
Stars: ✭ 141 (-7.24%)
Mutual labels:  download
Vs Deploy
Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
Stars: ✭ 123 (-19.08%)
Mutual labels:  download
Douyu For Mac
非官方Mac版斗鱼播放器带实时弹幕
Stars: ✭ 148 (-2.63%)
Mutual labels:  douyu
M3u8downloader
M3U8下载库,可以实现M3U8视频的下载,支持M3U8重定向,同时支持其他格式文件下载,例如MP4文件,目前支持kotlin、java、python3.x 三个语言版本
Stars: ✭ 145 (-4.61%)
Mutual labels:  download
Videodownloadhelper
Chrome Extension to Help Download Video for Some Video Sites.
Stars: ✭ 136 (-10.53%)
Mutual labels:  download
Aria2 With Webui
docker of aria2 & webui
Stars: ✭ 132 (-13.16%)
Mutual labels:  download
Releases
dahliaOS ISO releases
Stars: ✭ 125 (-17.76%)
Mutual labels:  download
Frontend Download Sample
🎄 自己整理的一些项目中遇到过的关于上传和下载的一些Demo,仅供给位看官参考,避免踩坑,即插即用,欢迎fork和star🌟,为这个仓库添砖加瓦~(P.S. 个人认为如果没写过上传下载其实还是挺麻烦的~)
Stars: ✭ 142 (-6.58%)
Mutual labels:  download
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (-18.42%)
Mutual labels:  download
Zou
A simple and fast download accelerator, written in Rust
Stars: ✭ 145 (-4.61%)
Mutual labels:  download
Youtubeexplode
The ultimate dirty YouTube library
Stars: ✭ 1,775 (+1067.76%)
Mutual labels:  download
Douyu Mac App
逗鱼直播 Mac app
Stars: ✭ 131 (-13.82%)
Mutual labels:  douyu
Magnetx
资源搜索型软件 macOS OSX magnet
Stars: ✭ 1,819 (+1096.71%)
Mutual labels:  download
Supermovie
极光影院,BT、电驴、磁力链、种子电影下载神器,热门电影,剧集每日更新;支持小窗播放,也可投屏到电视和投影观看,投屏助手也可独立使用,投放本地所有媒体资源;这是一款汇集诸多优秀开源项目的app,同时也是技术探索和学习的最佳实践案例,更多有趣实用的功能陆续添加中,欢迎下载体验、献言献策,喜欢记得给个star噢
Stars: ✭ 151 (-0.66%)
Mutual labels:  download
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (-3.95%)
Mutual labels:  download

pccold

douyu斗鱼 自动化工具 主播上线通知 & 视频自动录制 & 弹幕抓取

2020/3/3 by DKZ

Install

use pip3

$ sudo pip3 install pccold

or download source code

$ sudo python3 setup.py install

Usage

自动录像

$ pccold

后台运行 $ nohup pccold &

弹幕抓取

$ pccolddanmu

下载斗鱼视频

旧功能未更新

$ pccoldvideo

编辑下载列表 格式[文件名](URL路径)

$ pccoldvideolist

Setting

$ sudo vi /etc/pccold.conf

room_id=20360 #斗鱼房间ID
stream_type="550p" #录像质量
is_cut=true #是否分段
how_long=1800 #录像分段长度(秒)
is_bypy=true #是否使用bypy上传百度云
is_bypy_rm=false #上传百度云后删除
download_path="/home/dkz/download" #录像保存路径
log_path="/home/dkz/pccold.log"
env="dev"

#录像配置
video_author="vJGdy0qrKwXy"
videolist_path="/home/dkz/videolist.md" #批量下载斗鱼视频列表

#邮件配置
my_email="[email protected]"
mail_sender="[email protected]"
mail_passwd="xxx"
mail_host="xxx"
mail_port=25 #exmail.qq 465 or 25
pccold_contact="\n\npccold by DKZ \n---------------------\ngithub:https://github.com/davidkingzyb/pccold\n"
bypy_mail=true

#弹幕配置
username="visitor9986987" #弹幕登陆名
uid="1167614891" #弹幕 user ID
keyword="david,David" #记录关键词,以,分隔
keyuser="Pc冷冷" #关注用户名
keyuid="498062" #关注用户ID

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].