📜 ⬆️ ⬇️

ARX-Bot - We are better!

Now the project is almost two years old, during this time a lot has changed, much has been added and improved.

We work on three protocols: ICQ, MRIM and Jabber, also plans to capture MSN :))

What's new?


1. Added useful command, “delays” - tasks, execution of any commands from “myself” at the appointed time.

// poison
delays 22: 00 / weather moscow
')
// arx-bot
Task # 3766 was successfully added, the text “weather moscow” is performed every day at 10:00 pm, to delete this task, send “delays 3766 / d”

Now, every day at 10:00 pm, the result of the weather Moscow command will come, you can also specify any text, then it will just come (as reminders)

2. In all commands where the text is broken into pieces there is a convenient navigation through the pages, "+" and "-", respectively, to "next" and "previous"

// poison
wiki 'Habrahabr'

// arx-bot
Habrahabr (aka Habr) - multifunctional site

...

- Page 1 of 4, to go to the next page, send wiki 'Habrahabr' / 2 "
- Navigate the pages "-" (back) and "+" (forward)
- Source ru.wikipedia.org/wiki/Habrahabr

// poison
+

// arx-bot
== "Karma" ==
Karma allows you to define

...

- Page 2 of 4, to go to the next page, send wiki 'Habrahabr' / 3 "
- Navigate the pages "-" (back) and "+" (forward)
- Source ru.wikipedia.org/wiki/Habrahabr

// poison
- // arx-bot
Habrahabr (aka Habr) - multifunctional site

...

- Page 1 of 4, to go to the next page, send wiki 'Habrahabr' / 2 "
- Navigate the pages "-" (back) and "+" (forward)
- Source ru.wikipedia.org/wiki/Habrahabr

3. The bot remembers the last action of the user, it is convenient when translating or reading Wikipedia.

// poison
wiki

// arx-bot
What are we reading? - “wiki request”

// poison
Php

// arx-bot
PHP (PHP: Hypertext Preprocessor - "PHP: Hypertext Preprocessor"

// poison
Python

// arx-bot
Python ([ˈpaɪθən]; Payson, Payton, Piton) - a high-level programming language

That is, until the bot comes the text of a non-existing command, it substitutes it for the previous one.

4. The bot in under the parameters to the commands now accepts Russian letters, for example, instead of “bash l” (reading the latest quotes) you can write “bash l” simply by transliterating the letters.

What are your plans?


1. Work with social networks, twitter, VKontakte and classmates.
2. Capture other IM protocols :) MSN, Skype, etc.
3. Listen to your opinions on what to add / improve.

Contact bots: ICQ 506590 MRIM arx-bot-1@mail.ru Jabber arx-bot-11@onblabla.ru website arx-bots.com

Source: https://habr.com/ru/post/68203/


All Articles