Skip to content

Commit

Permalink
Update README.md & Update CHANGELOG.md & Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pantunes committed Jan 16, 2024
1 parent 3281209 commit d934323
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
All changes will be registered here per release.


## [1.0.1] - Current date
## [1.0.1] - 2023-01-16
Increase log verbosity in Notifications Task.
Removed `BUSD`
Removed `BUSD` token and pairs.

## [1.0.0] - 2023-04-10
Fix Projects Twitter Followers count.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# XTCryptoSignals
[![Downloads](https://pepy.tech/badge/xtcryptosignals)](https://pepy.tech/project/xtcryptosignals) [![Downloads](https://pepy.tech/badge/xtcryptosignals/month)](https://pepy.tech/project/xtcryptosignals) [![Downloads](https://pepy.tech/badge/xtcryptosignals/week)](https://pepy.tech/project/xtcryptosignals)

**XTCryptoSignals** is a Python library that includes the following 3 services:

Expand All @@ -8,7 +9,7 @@
any other pair that is supported by the Exchange API.
* A **Signals** service based on setup rules to send real-time alerts about
price, price change, trading volume or market sentiment sending Web Push
Notifications to the client browser (Firefox, Chrome) or/and to Telegram Channel.
Notifications to the client browser (Firefox, Chrome) or/and to a [Telegram Channel](https://t.me/xtcryptosignals).
* **Market Depth**, **Content** and **Data** fetching Tasks.

(Web Push Notifications are implemented with [ServiceWorker](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification)
Expand All @@ -32,7 +33,7 @@ that is compatible with the most known web browsers.)
trading volume, price sentiment, etc (July 2019)
* [x] Implement Telegram bot to broadcast notifications (Feb 2020)
* [x] Create nice features and make platform improvements on-the-fly (From 2020 onwards)

* [ ] Create more Test cases and setup a more meaningful CI/CD Github Actions

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion xtcryptosignals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__maintainer__ = "Paulo Antunes"
__email__ = "pjmlantunes@gmail.com"

__version__ = "1.0.1rc"
__version__ = "1.0.1"

0 comments on commit d934323

Please sign in to comment.