
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
yet-another-simple-rss-parser
Advanced tools
As an happy customer of Alfred 4 APP, i was in a need for simplest RSS parser. I decided to write the simplest one for my needs.
Then i said to myself, why not to make it open source as a package for anyone who need it. Although its 2022, and XML should be an no more then (not so great) history, i know that if i need it, i can only assume i am not the only one.
Feel free to use, fork, and learn (although it is as minimal and simple as possible)
run:
pip install yet-another-simple-rss-parser
from simple_rss_reader.reader import SimpleRssReader
r = SimpleRssReader(url) # url of source or xml string
# load as dict
v = r.to_dict()
# get as json
v = r.to_json()
# get list of items (without header)
v = r.get_tiems()
The package homepage in pypi: https://www.pypi.org/project/yet-another-simple-rss-parser/ Source code is hosted in github: https://github.com/barakbl/simple_rss_reader
FAQs
Simple RSS reader/parser
We found that yet-another-simple-rss-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.