Wrong endpoint for bulk send a single message
You've mentioned in your documentation that for bulk send a single message to multiple receivers, /send/pair endpoint should be used, while in the ghasedak.py it's being sent to /send/bulk2:
https://github.com/ghasedakapi/ghasedak-python/blob/a11c958a45900d118fea2e1d329247a03617d770/ghasedak/ghasedak.py#L69
Also, PyPI package is not updated as the repo, and errors in methods other than send, because of not using self in Ghasedak class methods.
Just got an idea, how about using Github actions to automatically deploy on PyPI?
Hi @mhsattarian Thanks for your report. We're going to fix this issues as soon as possible. It's good idea to deploy automatically this repo on pypi.