GithubHelp home page GithubHelp logo

chainfeeds / rssaggregatorforweb3 Goto Github PK

View Code? Open in Web Editor NEW
1.9K 29.0 311.0 726 KB

Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds.

Home Page: https://chainfeeds.xyz

License: MIT License

Python 100.00%
rss web3

rssaggregatorforweb3's Issues

Update Kurt Pan' Crypto Monthly link

Revue is down.
Please update
<outline text="🔐Kurt Pan’s Crypto Weekly" title="🔐Kurt Pan’s Crypto Weekly" description="" type="rss" version="RSS" htmlUrl="https://www.getrevue.co/profile/kurtpan" xmlUrl="https://www.getrevue.co/profile/kurtpan?format=rss"/>
to 🔐Kurt Pan’s Crypto Monthly https://crypto.kurtpan.pro/monthly (or some RSS feed link (how?))

Error when import the OPML file

I read the instruction and download the raw.opml file from the repo.
Then I use NetNewsWire to import the subscription.]
However it shows the errow below:
飞书20220519-000246
dac8-488e-b9f9-e3810786f2eb.jpg)

I tried to change the file name but it doesnt work.
Any problems about the origin OPML file?

RSS 的 item entry 的 id 会重复

猜测是 投研早报 产生的BUG,导致频繁推送相同的内容,以此时的内容为例:

注意 Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 这条,很明显有两个同级的 item entry:

<entry>
<title>投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙</title>
<link href=""></link>
<id>urn:uuid:777f080a-ca52-9e23-00b3-a1a01d550c02</id>
<updated>2024-04-04T01:40:49+00:00</updated>
<author><name>Jewelry</name>
</author>
<summary type="html">...</summary>
</entry>

<entry>
<title>Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态</title>
<link href="https://news.marsbit.co/20240402064259707671.html"></link>
<id>urn:uuid:a6de0b2b-61d6-28e7-b73d-bfa2de51190a</id>
<updated>2024-04-03T06:23:31+00:00</updated>
<author><name>Vitalik Buterin(以太坊联合创始人)</name>
</author>
<summary type="html">...</summary>
</entry>

首先 投研早报 并没有 link,其次由于它们同级,这已经重复推送了,但最大的问题不止于此,我个人在使用的 RSS 工具有数据库记录,可以发现对于相同 item,这个 rss 的 id 并不稳定:

sqlite> SELECT created_at,raw_id,title FROM contents WHERE title LIKE '%投研早报%唯一正确的政治意识形态%';
2024-04-04 01:54:59.953046648+00:00|urn:uuid:a23e1979-1b50-0408-01d8-20732704132c|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 02:49:12.20129679+00:00|urn:uuid:f46973ea-07d8-03aa-5767-f73c6f7d4a40|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 03:43:39.814886468+00:00|urn:uuid:1ebe76db-0541-d649-f932-83a7e037c39e|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 04:52:52.865941952+00:00|urn:uuid:7f12ef4c-066a-3456-65db-516928817755|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 05:44:39.742511187+00:00|urn:uuid:751761d9-f999-0708-fe4b-09442abfc422|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 06:44:12.408865361+00:00|urn:uuid:91dc5a7f-8fa3-5cb2-50d8-4b3c741d46ef|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 07:43:50.562128416+00:00|urn:uuid:b9df949e-6b97-c282-d892-cf7149c56cb8|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
2024-04-04 08:51:45.789150047+00:00|urn:uuid:e98f1c14-e60e-8b18-396a-2977c8bad010|投研早报丨Vitalik:Degen 共产主义 —— 唯一正确的政治意识形态 / 数据解读 Farcaster:活跃用户人均跨 8 个频道发帖 / 比特币生态的游戏和元宇宙
...(非常多,省略)

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.