Giter VIP home page Giter VIP logo

Comments (8)

howie6879 avatar howie6879 commented on July 28, 2024

基于wechat-feeds项目,我对将近5500个公众号进行最近更新的文章进行爬取,差不多获取10万条样本数据。

接下来要做的就是从其中挑选广告文作为反面样本。

from liuli.

jasongwq avatar jasongwq commented on July 28, 2024

可以考虑在推送到微信或者钉钉的消息中加入广告反馈按钮,方便反馈广告样本

from liuli.

howie6879 avatar howie6879 commented on July 28, 2024

广告反馈按钮

这个不好实现啊,有回调开发给开发者么,你有什么思路?

from liuli.

jasongwq avatar jasongwq commented on July 28, 2024

钉钉推送markdown类型可以带link(不清楚微信是否支持),反馈广告
2c在推送消失时url和title已知,因此可以生成带该link的markdown类型消息
需要在互联网上部署服务接收该链接请求,去重后保存记录
当然建议在Readme中申明相关隐私政策,并允许用户通过config关闭该反馈按钮

from liuli.

jasongwq avatar jasongwq commented on July 28, 2024

[反馈广告](https://server/count?url=xxx&title=xxx)

from liuli.

howie6879 avatar howie6879 commented on July 28, 2024

反馈广告

钉钉这么说确实可行,可以考虑有没有公有的收集服务,比如问卷调查或者可开放的评论接口,如果能利用github最好,自己部署服务感觉不大好,还有个问题就是钉钉实际上并不一定是大部分人的首选,其他终端不一定这么开放。

from liuli.

jasongwq avatar jasongwq commented on July 28, 2024

这种方式都是GET请求,很少有服务开放GET的能力,但如果在github上放个静态页面,让用户点击链接后跳转到一个静态页面,再在静态页面上点击反馈,那可做的事情就很多了,甚至可以实现套娃,通过点击按钮向另一个公共的钉钉机器人推送数据,评论接口,搜集服务,都能实现,就是稍复杂了些。

其他终端不够开放的话还有一种就是推两次,一次推送信息,此次推送信息反馈链接,就是侵入性太强,对用户干扰太大,可以默认关闭,能接受的用户自己手动开启。

from liuli.

howie6879 avatar howie6879 commented on July 28, 2024

@jasongwq 总之这个建议是不错的,我们可以先实现钉钉的反馈,其他的再考虑,因为钉钉的配置难度很低,大不了钉钉主要用于广告反馈。

from liuli.

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.