
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Fetch rss and send the latest update to telegram. This project is still in active development
pip install --upgrade telegram-rss
python -m telegram_rss
python -m telegram_rss update
to send initial update (use personal id to send initial update)If your system support entry_points, you can execute python -m telegram_rss
with telegram-rss
.
Run python -m telegram_rss update
to check and send the latest feeds
bot_token = "987654321:ASDASDASD-1sda2eas3asd-91sdajh28j"
env_token = "TOKEN"
users = [ 123456789,]
channels = [ -123456789,]
groups = [ 1234567890,]
web_page_preview = true
message_delay = 0.05
read_more_button = "Read more"
[[feeds]]
name = "Feed example online"
source = "http://feedparser.org/docs/examples/atom10.xml"
footer_link = "http://feedparser.org/docs/"
channels = [ -123456789,]
only_today = true
[[feeds]]
name = "Feed example local"
source = "c:\\incoming\\atom10.xml"
save_bandwith = false
only_today = false
users = [ 987654321,]
groups = [ 111111111,]
footer = false
[template_data]
author = "Author"
source = "Source"
only_today = true
.web_page_preview = false
.read_more_button = ""
.template.html
is loaded using jinja2, Learn more.
Default template is
<a href="{{ entry.link }}">{{ entry.safe_title }}</a>
<i>{{ author }}</i>: <b>{{ entry.author }}</b>
{{ entry.safe_description }}
<i>{{ source }}</i>: <a href="{{ channel.link }}">{{ channel.safe_title }}</a>
More about objects in template
Just create a new bot account using @BotFather. Don't forget to add the bot as channel's admin
Send / forward a message (user or channel) to @JsonDumpBot
class Entry:
title: str
link: str
description: str
author: str
published: Optional[str]
time: Optional[datetime]
safe_title: str
safe_description: str
class Channel:
title: str
link: str
description: str
safe_title: str
safe_description: str
FAQs
Fetch rss and send the latest update to telegram.
We found that telegram-rss 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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.