Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Releases: bsimjoo/Telegram-RSS-Bot

Version 2.1.3

20 Jan 12:21

Choose a tag to compare

Bug fixes and New features

  • The owner can now configure the robot from the Selectors and Attributes settings in the configuration according to the source format.
  • New wait animation will be shown when user send /last_feed command

Conflict

Please check config-example.jsonc and strings.json. This version may need new configs

Version 2.1.2-beta

16 Jan 09:47

Choose a tag to compare

Version 2.1.2-beta Pre-release
Pre-release

bug fix

Version 2.1.0-alpha

16 Jan 09:09

Choose a tag to compare

Version 2.1.0-alpha Pre-release
Pre-release

Bug fix and new feature
WARNING: new config format, if your using older version, please check your old config with new example.

New feature:

  1. Since version 2.0.0 owner could configure feed reader format refer to source RSS formatting. But in past they just could only chose tag-names not the attributes. in this version they can also set attribute name to extract information from it.
  2. In older version bot just sent last new feed but now it will send every new feed since last one (may be more than one post).
  3. In this version, if the owner wants the bot to send repeated posts at each interval, it can set "time selection": null. *The bot only sends the last feed every 'n' seconds`

Version 2.0.2-alpha

24 May 13:23

Choose a tag to compare

Version 2.0.2-alpha Pre-release
Pre-release

Config format changed to JSON (.jsonc JSON with comment) and now Bot will use CSS-Selector to get feed details like title, link, date and content; it also uses CSS-Selectors to skip a post and too more new features and configs...

Version 2.0.1-alpha

01 May 06:40

Choose a tag to compare

Version 2.0.1-alpha Pre-release
Pre-release
  • Bugs fixed

Version 2.0.0-alpha

29 Apr 14:38

Choose a tag to compare

Version 2.0.0-alpha Pre-release
Pre-release

Change log

New modules decorators and handlers was added to project. These new modules make it easy to edit code and reduce complexity.
The new BugReporter module has been rewritten as a static module, so there is no need to create an 'instance'.

Version 1.25.0

24 Apr 16:42

Choose a tag to compare

Change Log

  • Bug fix (more stability)
  • added more exception logging and bug reporters
  • new command for owner make him able to see all events in debug mode
  • fixed bot block and stop issue.

Conflicts

this version have some problem with old versions. so if you're about to update the old version to this one try to fix issues below:

  • default-strings.json had been updated so if your using a custom version of strings file update it you self.

Version 1.24

14 Apr 12:58

Choose a tag to compare

Change log

  • Bug reporter improved
    • Removed grouping
    • By using git now Bug-Reporter can reach source and commit
    • Better links for bug information (links now point to a line of a file in a specific commit)
  • New configurations added

Version 1.23.1

12 Apr 19:48

Choose a tag to compare

Change log

  • Bug fix

Version 1.23

12 Apr 10:43

Choose a tag to compare

Change log

  • Now admins can send HTML messages to all users
    • using HTML instead of Markdown
  • Using configuration file instead of arguments
  • Bug fix
  • Improved bug reporter

Conflict

From this version default database directory is db.lmdb so if you're upgrading old versions rename old db or config your own db directory