Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.