Chimoney / chimoney-community-projects

Repo for Community Contributors
http://api.chimoney.io/
MIT License
115 stars 151 forks source link

Telegram Bot Update #342

Open amosayomide05 opened 7 months ago

amosayomide05 commented 7 months ago

Pull Request (PR) Note

In the PR update, the bot now allows user to send chimoney to more than one users (no limit to the number of users that can be tagged).

Before user can only send the one tagged user /chimoney_pay @user1 27

Now user can send to more than one and it'll be accepted /chimoney_pay @user1 @user2 @user3 74

Requirements to deploy

Steps to depoly

Create a .env file in the project directory and set the following environment variables:

Start the Chimoney Telegram Bot:

npm start

amosayomide05 commented 7 months ago

@uchibeke @phyleria

uchibeke commented 7 months ago

What’s the chimoney base url Vs base host? What’s the GitHub bot url?

amosayomide05 commented 7 months ago

What’s the chimoney base url Vs base host? What’s the GitHub bot url?

The chimoney base url is https://api.chimoney.io/v0.2/payouts/initiate-chimoney or sandbox

Base host is api.chimoney.io