Suggested by @Pars11 : Suggestion link
Pendingcommand was bug. I solved it. 3th API was about not working.
/Helpcommands have been edited.
PR link: https://github.com/tolgahanuzun/Utopmod/pull/11
What features did you add?
Get User Add
- Added
/ get_usercommand. You can see basic information about it by entering a user name. - Example
/ get_user pars11.
Me Editing
- 2 new information added to
/ mecommand. Followed and follower information
Price Specific
- The
/ pricecommand has become customizable. Normally only 3 coin gave information. - If the entered coin is in an active market, you can see its dollar value.
- Example
/ price dogecoin /pricealso works in command.
Utopian Evaluation Question and Answer Details
- Will be questioned when the evaluation of Utopian post is request. Normally, the signal come to you once.
- You can see that you are evaluating a Utopian post. Included in other users.
- example
/utopianqa https://steemit.com/utopian-io/@pars11/suggestions-for-the-utopmod
How did you implement it / them?
Get_user, Me
I'm querying with the API. I'm picking up the incoming data. I process the data I want from it.. I analyze the data properly and send it to the telegram application.
Price Specific
I am questioning the coin entered on the market. If I have a proper coin, I am sending a telegram application. If there is no coin I am sending an error message. If there is no parameter, I turn back the 3 coin of my choice.
Utopian Question and Answer Details
I am querying the parameter. I am questioning whether the entered link is Steemit.com or utopian.io. If it is correct, I am interrogating with the post API that is entered. I'm taking the QA data. I turn it back with the Score.
Posted on Utopian.io - Rewarding Open Source Contributors