Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Generate an RSS feed from your Telegram chats. You digital minimalism friend.
Digital minimalism is a strategy to help people optimize their use of technology and keep from being overwhelmed by it.
api_id
an api_hash
at https://my.telegram.orgservices:
telegram-to-rss:
image: aigoncharov/telegram-to-rss:latest
container_name: telegram-to-rss
restart: always
environment:
- TG_API_ID=REPLACE_ME
- TG_API_HASH=REPLACE_ME
- TG_PASSWORD=REPLACE_ME
- BASE_URL=REPLACE_ME
ports:
- 3042:3042
volumes:
- data:/data
volumes:
data: null
networks: {}
docker compose up
http://127.0.0.1:3042
pip install telegram-to-rss
api_id
an api_hash
at https://my.telegram.orgTG_API_ID=api_id TG_API_HASH=api_hash BASE_URL=server_url python telegram_to_rss
TG_API_ID=00000000 TG_API_HASH=7w8sdsd3g334r333refdwd3qqrwe BASE_URL=example.myserver.com python telegram_to_rss
TG_PASSWORD
with your account password as well: TG_API_ID=api_id TG_API_HASH=api_hash TG_PASSWORD=your_password BASE_URL=server_url python telegram_to_rss
http://127.0.0.1:5000
telegram-to-rss
Available environment variables (* marks required ones):
TG_API_ID
- api_id from https://my.telegram.orgTG_API_HASH
- api_hash from https://my.telegram.orgBASE_URL
- address of your server that hosts this app, used in RSS feeds to correctly set image addressesTG_PASSWORD
- your telegram password, required if 2fa is enabled on the accountBIND
- host:port
to bind to on the server. Default: 127.0.0.1:3042
LOGLEVEL
- log level for the app (supported values). Default: INFO
DATA_DIR
- path to store the database, RSS feeds and other static files. Default: user_data_dir
from platformdirsFEED_SIZE
- size of the RSS feed. When your RSS feed grows larger than the limit, older entries are going to be discarded. Default: 200.INITIAL_FEED_SIZE
- number of messages we fetch for any new feed on the first run. Default value: 50.UPDATE_INTERVAL
- how often the app should fetch new messages from Telegram and regenerate RSS feeds (in seconds). Default: 3600.FAQs
Unknown package
We found that telegram-to-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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.