All Projects → smilecc → weibo-porter

smilecc / weibo-porter

Licence: MIT license
微博搬运姬,自动搬运B博动态至微博的机器人

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to weibo-porter

googlemeetbot
A simple Google meet bot so the bot can attend classes for you.
Stars: ✭ 54 (+1.89%)
Mutual labels:  selenium-webdriver
limo
A wrapper around selenium webdriver
Stars: ✭ 25 (-52.83%)
Mutual labels:  selenium-webdriver
SeleniumCucumber
BDD framework for automation using Selenium Cucumber and TestNg
Stars: ✭ 48 (-9.43%)
Mutual labels:  selenium-webdriver
Selenium.HtmlElements.Net
Elements model for Selenium.WebDriver
Stars: ✭ 26 (-50.94%)
Mutual labels:  selenium-webdriver
fuck-login
提供一些境内境外常见的站点Python登录脚本
Stars: ✭ 40 (-24.53%)
Mutual labels:  weibo
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+79.25%)
Mutual labels:  selenium-webdriver
MediaQuickServer
抖音去水印、快手去水印、微博、网易云音乐视频解析接口
Stars: ✭ 84 (+58.49%)
Mutual labels:  weibo
weiboUploader-Watermark
新浪微博图床批量传图工具 上传-缩放-水印-生成链接一键搞定
Stars: ✭ 41 (-22.64%)
Mutual labels:  weibo
OAuthLogin
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 57 (+7.55%)
Mutual labels:  weibo
tees
Universal test framework for front-end with WebDriver, Puppeteer and Enzyme
Stars: ✭ 23 (-56.6%)
Mutual labels:  selenium-webdriver
Simpler
Simpler是一款轻量级的第三方微博应用,具有微博的基础功能,兼有外观优雅,运行流畅,内存占用低,省电省流量等特点。
Stars: ✭ 27 (-49.06%)
Mutual labels:  weibo
WebDriver.jl
A WebDriver / JSON Wire Protocol Binding Compatible with Selenium for the Julia Language.
Stars: ✭ 30 (-43.4%)
Mutual labels:  selenium-webdriver
OpenYspider
千万级图片爬虫、视频爬虫 [开源版本] Image Spider
Stars: ✭ 122 (+130.19%)
Mutual labels:  selenium-webdriver
PhpScreenRecorder
A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface
Stars: ✭ 44 (-16.98%)
Mutual labels:  selenium-webdriver
html-dnd
HTML Drag and Drop Simulator for E2E testing
Stars: ✭ 53 (+0%)
Mutual labels:  selenium-webdriver
WeiboEmoji
Weibo Emoji is a repository for saving and sharing most Emoji images that are used/were previously used by the app Weibo.
Stars: ✭ 17 (-67.92%)
Mutual labels:  weibo
OAuthLogin.AspNetCore
第三方平台联合登陆(facebook、微信、微博、QQ、Kakao)
Stars: ✭ 43 (-18.87%)
Mutual labels:  weibo
gatf
Generic Automated Test Framework For API/UI/RPA/Load Testing
Stars: ✭ 15 (-71.7%)
Mutual labels:  selenium-webdriver
mediaforge
A Discord bot for editing and creating videos, images, GIFs, and more!
Stars: ✭ 45 (-15.09%)
Mutual labels:  selenium-webdriver
sharon
A lightweight and modular social sharing library
Stars: ✭ 16 (-69.81%)
Mutual labels:  weibo

微博搬运姬

基于Firefox Headless,实现自动监听某位用户的B博(Bilibili动态),当有新动态发布时,自动将该条动态搬运至微博。

  • 7 * 24小时全自动无人值守
  • 自动转发图片与文字
  • 自动截屏转发内容上下文
  • 自动清除图片缓存
  • 使用原子锁防止重复搬运
  • 使用TypeScript编写

目录

Demo

环境要求

快速开始

请确认Redis监听的端口为6379,否则请自行修改src/utils/Redis.ts中的连接地址。

准备好如上环境后,安装项目依赖。

$ yarn install

随后在src/config.ts中填写微博的账户与密码,首次运行建议开启stopSend,否则将会把被监听用户的最新一页动态全部搬运过来,耗时可能较长。

执行如下命令启动项目。

$ yarn start

获取帮助

如果您有疑问或者建议,或是反馈Bug,建议您在本项目的Github issues中进行发布。

已知问题

  • 由于Firefox Headless的element.taskScreenshot无法单独截取该元素的图片,所以仍然使用了Chrome Headless作为元素截取工具。

贡献代码

欢迎提交PR。

鸣谢

  • 孙渣(本项目为孙老板而生)
  • 璨desu(我 谢 我 自 己)

License

MIT License

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