A bot for CyTube.
python3 setup.py install
conf.cfg in CirnoBot directory
python3 cyclient.py
Most commands mainly in Russian ¯\(ツ)/¯
!pick [choices]
- Chooses a random item from the choices given.
!roll [range]
- Chooses a random number from the range given(optional).
!ask [question]
- Answers the question using a simple magic.
!who [query]
- Chooses a user randomly.
!uptime [username]
- Sends the uptime of the user given. If no user given - sends yours uptime.
!quote
- Random quote from forismatic.com
!q
- Random quote from database (if you added list of quotes into a table in database)
!pic
- Random picture from database (if you added list of pictures into a table in database)
!booru [query]
- Sends a picture from safebooru.org. If no args given - shows random result (Example: !booru Cirno)
!4chan [board]
- Sends a random picture from 4chan board (Example: !4chan g)
!2ch [board]
- Sends a random picture from 2ch.hk board (Example: !2ch t)
!weather [city]
- Looks up current conditions. Requires OpenWeatherMap API
!rate
- Sends current rate exchange.
!translate
- Translates the given string to Russian. Requires Yandex Translate API
!add [url(list of url)]
- Add videos to the end of playlist.
!random [username]
- Fetches a quote from the user given, otherwise fetches a random quote.
!stat [username]
- Quantity of chat messages by username.
!hit [username]
- Hit username.
!search [query]
- Sends results from the Google Web Search.
!mal [title]
- Sends information about anime title from MAL.
Require rank:
!alert
- Print list of AFK users.
!deny [user]
- Adds a user to bot blacklist.
!allow [user]
- Remove a user from bot blacklist.