Giter Site home page Giter Site logo

Comments (33)

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024 2

我将这两天折腾公众号转RSS这件事整理了一下,发布在这里:
https://linux.do/t/topic/15122/1

重新发一下吧,没有了

被站长移入高级区了,不登录以后水点帖子升级,没法看到了=、=
我发个副本
https://granite-ocarina-4d0.notion.site/RSS-RSS-e960f34f46d44321b2c2add9ed1f0a2e?pvs=4

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024 1

还有一种方式,是用EFB的方案,他也是和本项目类似。
DIYgod/RSSHub#2172 (comment)

所以有个新的思路,本项目支持公众号推文链接,所以应该是可以监听到这个消息然后转发到TG频道这样子,就可以用同一个微信号既要又要

edit: 傻了呀,都已经接收到信息了,还转TG干嘛,自己写进数据库就好了嘛~

edit2: 实践了,如果一个推文有多篇文章的话,只能得到第一条主推文的信息,下面的推拿不到

from wechatbot-webhook.

dgo2dance avatar dgo2dance commented on May 18, 2024

windows docker运行后 不能显示登录二维码是什么原因
image

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@dgo2dance 貌似你百度也上不去,docker容器没网吗

from wechatbot-webhook.

dgo2dance avatar dgo2dance commented on May 18, 2024

@dgo2dance 貌似你百度也上不去,docker容器没网吗

是的 docker容器没网 其他docker容器可以的 不知道原因在哪里 mac系统 mac上面装的docker

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@dgo2dance 重新创建容器、桥接网络等,先排除下环境因素

from wechatbot-webhook.

dgo2dance avatar dgo2dance commented on May 18, 2024

@dgo2dance 重新创建容器、桥接网络等,先排除下环境因素

重新创建容器可以了,收发消息目前分支可以吗

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@dgo2dance 重新创建容器、桥接网络等,先排除下环境因素

重新创建容器可以了,收发消息目前分支可以吗

我再推一个镜像上去,目前都得手动(启动服务、安装微信、崩溃后重启等),功能支持性看issue,收到不支持的消息如图片、视频、语音等微信会崩溃

from wechatbot-webhook.

KevinGong2013 avatar KevinGong2013 commented on May 18, 2024

discord可以邀请一下不?

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@KevinGong2013 https://discord.gg/GFXwsqKG

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@dgo2dance 重新推了windows镜像 和 更新了readme

from wechatbot-webhook.

dgo2dance avatar dgo2dance commented on May 18, 2024

@dgo2dance 重新推了windows镜像 和 更新了readme

确实会存在机率 应用崩溃的问题

from wechatbot-webhook.

dgo2dance avatar dgo2dance commented on May 18, 2024

@dgo2dance 重新推了windows镜像 和 更新了readme

确实会存在机率 应用崩溃的问题

应用崩溃的问题,有思路吗,崩溃是影响可用性

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@dgo2dance WIP 分支,暂时无法保证稳定可用性,还有很多底层问题要解决,有兴趣可以一起研究

from wechatbot-webhook.

techctu avatar techctu commented on May 18, 2024

安装完成后发现还是很容易崩溃,正在想办法定位问题。目前发现崩溃后重启字体就会失效,出现口口口口。

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@techctu 目测是frida守护启动问题,后面有计划下掉这个服务,字体的话不前不打算解决

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

有无可能支持读取公众号的api?想把关注的公众号的推文用rss输出给阅读器

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

有无可能支持读取公众号的api?想把关注的公众号的推文用rss输出给阅读器

https://docs.rsshub.app/routes/social-media#xin-bang-wei-xin-gong-zhong-hao

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

有无可能支持读取公众号的api?想把关注的公众号的推文用rss输出给阅读器

https://docs.rsshub.app/routes/social-media#xin-bang-wei-xin-gong-zhong-hao

这个已经down了,我现在用的就是RSSHUB,主要还是数据源的问题,这里绝大多数的数据源我都试过了,基本上现在能用的就二十次幂。

用电报转发的方案我是没试过,不确定是不是可以稳定用。

主要吧,已经在用本项目做bot了,真的没有那么多微信号(和手机)可以分配到其他的项目上。
手机上还不能切换成其他的号,一个号就锁定一台手机

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@ShiFangJuMie 一个推文多篇文章是如何实现的,不是每次推文通过bot的收消息接口,入库一次吗

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

@ShiFangJuMie 一个推文多篇文章是如何实现的,不是每次推文通过bot的收消息接口,入库一次吗

我的意思是,发文的人是发了多篇,通过接口是只接收到了一篇

以这个为例,C919那篇是没办法拿到

{
	"description": "",
	"thumbnailUrl": "https://mmbiz.qpic.cn/sz_mmbiz_jpg/oq1PymRl9D6qg8YXiaVFVOicJp5b3Hzhib14QZXs1Xsr2cibV27PUghGlQkia9tJGdEH0PFVhp2FOKEPTprQnwCCJXg/640?wxtype=jpeg&wxfrom=0",
	"title": "最后50米连超5人!**队上演“超级逆转”",
	"url": "http://mp.weixin.qq.com/s?__biz=MTI0MDU3NDYwMQ==&mid=2657613431&idx=1&sn=8ca0f669044cb7c4739c85eedd451b0c&chksm=7b824b8865ad93b1ee2ff09fb9d840a2348aed79762d2463cd6f6e59b8375e46aa80a1c7128c&scene=0&xtrack=1#rd"
}

推文是这样的:
image

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

我将这两天折腾公众号转RSS这件事整理了一下,发布在这里:

https://linux.do/t/topic/15122/1

from wechatbot-webhook.

9k001 avatar 9k001 commented on May 18, 2024

我将这两天折腾公众号转RSS这件事整理了一下,发布在这里:

https://linux.do/t/topic/15122/1

重新发一下吧,没有了

from wechatbot-webhook.

9k001 avatar 9k001 commented on May 18, 2024

我将这两天折腾公众号转RSS这件事整理了一下,发布在这里:
https://linux.do/t/topic/15122/1

重新发一下吧,没有了

被站长移入高级区了,不登录以后水点帖子升级,没法看到了=、= 我发个副本 https://granite-ocarina-4d0.notion.site/RSS-RSS-e960f34f46d44321b2c2add9ed1f0a2e?pvs=4

我还专门注册了一个号进去,还是没给看。
我反复看了半天,业务逻辑是

wechatbot-webhook 获得公众号文章 -->webhook--> 发送至 Python Flask Docker --> 生成 RSS

FreshRSS订阅上述RSS
我改天试试
Python 的项目写的不错,给了很大的启发

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

高级区里有很多好东西,要发点/回点帖子升到1级

from wechatbot-webhook.

9k001 avatar 9k001 commented on May 18, 2024

高级区里有很多好东西,要发点/回点帖子升到1级

空了常去看看。。。
你那个业务逻辑是我说得那样么?。。

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

高级区里有很多好东西,要发点/回点帖子升到1级

空了常去看看。。。 你那个业务逻辑是我说得那样么?。。

说业务逻辑这个词就稍微大了一点,其实也没啥逻辑,就是个顺序:
(收)通过RECVD_MSG_API接收url_link类型的消息 -> (写)存入数据库 -> (读)从数据中读出来生成RSS

from wechatbot-webhook.

Jiabccc avatar Jiabccc commented on May 18, 2024

我现在有一个长期开机的windows虚拟机并长期登录着windows版微信,请问有没有什么方法可以利用这个使用bot呢?

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

@Jiabccc windows分支还有很多问题,目前计划替换掉原先基于puppet-xp那套,所以暂时还不能稳定部署和调用,目前可稳定运行的仍然是web协议,windows 协议会有空陆续迭代

from wechatbot-webhook.

ShiFangJuMie avatar ShiFangJuMie commented on May 18, 2024

linux版微信来了,不知是否有意义
https://www.52pojie.cn/thread-1896902-1-1.html

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

linux版微信来了,不知是否有意义 https://www.52pojie.cn/thread-1896902-1-1.html

离可暴露api调用还差一个大神的距离

from wechatbot-webhook.

techctu avatar techctu commented on May 18, 2024

from wechatbot-webhook.

danni-cool avatar danni-cool commented on May 18, 2024

感谢分享。最近碰到puppet xp联系人缓存更新时间过长的问题,还没有找到解决办法。新联系人需要超过1天后才能获取,不知你是否有解决方案?发自我的iPhone------------------ 原始邮件 ------------------发件人: danni.cool @.>发送时间: 2024年3月8日 11:42收件人: danni-cool/wechatbot-webhook @.>抄送: ctu @.>, Mention @.>主题: Re: [danni-cool/wechatbot-webhook] [alpha] wine + docker + Windows 版微信计划 (Issue #66) linux版微信来了,不知是否有意义 https://www.52pojie.cn/thread-1896902-1-1.html 离可暴露api调用还差一个大神的距离 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "#66 (comment)", "url": "#66 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

puppet-xp 调试起来问题很多,可以看看这个hook版本的https://gitee.com/daenmax/pc-wechat-hook-http-api

from wechatbot-webhook.

Related Issues (20)

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.