TelegramRSS Versions Save

Convert telegram posts to RSS or json in amphp server

v3.1.1

2 years ago

v3.1.0

2 years ago

This release packed with handy features:

  • If requested peer returned a permanent error, such as: private channel, invalid username, not a channel, etc... it will be cached. All following requests to such peer will return cached error. This allow to reduce number of invalid requests to telegram and avoid FLOOD_WAIT error.
  • State of service saved on disk and loaded after restart. Bans, rate limits and invalid peers are now persistent. its allowed to inspect/edit this files in /cache folder, when service is stopped.

v3.0.3

3 years ago

Varios fixes

v3.0.2

3 years ago

Bug fixes and optimizations

v3.0.1

3 years ago

Disable ban on unavailable TelegramApiServer

v3.0.0

3 years ago

Whats new:

  • Independent RPM settings for media and messages requests.

Breaking changes:

  • New RPM options in .env, and rename of old options. Need to update old .env files manually according to .env.example.

v2.0.1

3 years ago

Fix bugs in media urls and public channels access checks.

v2.0

4 years ago

New options in .env to customise access control: rpm, errors limit. They allow to implement whitelist and blacklist of IP addresses.

For example: set rpm to 0 by default to block all requests, set unlimited rpm and errors limit for 127.0.0.1.

v1.2

4 years ago

Support for docker. Simple install: docker-compose up -d.

v1.1.2

4 years ago