mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
parent
074144ed5f
commit
e69e2bae88
5 changed files with 184 additions and 13 deletions
171
content/faq/bot-telegram.md
Normal file
171
content/faq/bot-telegram.md
Normal file
|
@ -0,0 +1,171 @@
|
|||
---
|
||||
title: How do I use the Telegram Bot?
|
||||
category: bots
|
||||
order: 1
|
||||
---
|
||||
|
||||
LBRY Telegram bot is member of the [LBRY official Telegram group](https://t.me/lbryofficial). And running 24/7 on [lbry.melroy.org](https://lbry.melroy.org).
|
||||
|
||||
The bot is able to support you with all your basic questions regarding LBRY, including but not limited to listing the top channels, the latest LBRY token (LBC) price, mining data, address/transaction(s)/tip information and so much more.
|
||||
|
||||
**Hint:** Since the bot is part of the channel group, you can directly start typing the command starting with `/`; Telegram could support you by auto-completing the commands. Starting the commands with `!`-sign is also supported.
|
||||
|
||||
**Good to know:** LBRY Telegram bot is currently hosted on [gitlab.melroy.org](https://gitlab.melroy.org/melroy/lbry-bot) with a mirror on [Github.com](https://github.com/danger89/LBRY-Bot). You are free to create pull-requests with bug fixes or new features.
|
||||
|
||||
### Basic commands
|
||||
|
||||
#### Help
|
||||
|
||||
The only command you really need to remember is `/help`, which should point you in the right direction.
|
||||
|
||||
- `/help@LBRY_telegram_bot`
|
||||
|
||||

|
||||
|
||||
#### Status
|
||||
|
||||
Retrieve Lbrynet, Lbrycrd, Chainquery status. Including current versions of the services used by the bot.
|
||||
|
||||
- `/status`
|
||||
|
||||

|
||||
|
||||
#### Network info
|
||||
|
||||
Get some general LBRY Networking info.
|
||||
|
||||
- `/networkinfo`
|
||||
|
||||

|
||||
|
||||
#### Stats
|
||||
|
||||
Get blockchain, mining information (hashrate, difficulty and reward) and exchange statistics.
|
||||
|
||||
- `/stats`
|
||||
|
||||

|
||||
|
||||
#### Price
|
||||
|
||||
Get the latest market price, percentage of change and more.
|
||||
|
||||
- `/price`
|
||||
|
||||

|
||||
|
||||
#### Latest content
|
||||
|
||||
Get the latest uploaded content, with links to the content.
|
||||
|
||||
- `/lastcontent`
|
||||
|
||||

|
||||
|
||||
#### Latest channels
|
||||
|
||||
Get the last created channels, with links to the channels.
|
||||
|
||||
- `/lastchannels`
|
||||
|
||||

|
||||
|
||||
#### Latest blocks
|
||||
|
||||
Get the last 10 mined blocks.
|
||||
|
||||
- `/lastblocks`
|
||||
|
||||

|
||||
|
||||
#### Top 10
|
||||
|
||||
Top 10 biggest transactions & top 10 most subscribed (popular) channels.
|
||||
|
||||
- `/top10`
|
||||
|
||||

|
||||
|
||||
### Advance commands
|
||||
|
||||
There are advanced bot commands that require additional user input.
|
||||
|
||||
#### File
|
||||
|
||||
Retrieve content by URL, with thumbnail and link to the content as well.
|
||||
|
||||
- `/file <URL>`
|
||||
|
||||

|
||||
|
||||
#### Tips
|
||||
|
||||
Get the top 10 highest tips of the given name (channel or content).
|
||||
|
||||
- `/tips <name>`
|
||||
|
||||

|
||||
|
||||
#### Content Tips
|
||||
|
||||
Get the top 10 highest tips of given content URI.
|
||||
|
||||
- `/contenttips <content URI>`
|
||||
|
||||

|
||||
|
||||
#### Transaction
|
||||
|
||||
Get transaction information, like amount, block-height, in/out.
|
||||
|
||||
- `/transaction <hash>`
|
||||
|
||||

|
||||
|
||||
#### Address
|
||||
|
||||
Get address information, like 'balance'.
|
||||
|
||||
- `/address <address>`
|
||||
|
||||

|
||||
|
||||
#### Transactions
|
||||
|
||||
Get the transaction list of a given address.
|
||||
|
||||
- `/transactions <address>`
|
||||
|
||||

|
||||
|
||||
#### Block
|
||||
|
||||
Get block information, like block size, difficulty, confirmations and more.
|
||||
|
||||
- `/block <hash or block height>`
|
||||
|
||||

|
||||
|
||||
### Do you have questions?
|
||||
|
||||
The bot helps you to answer some basics FAQs as well:
|
||||
|
||||
#### Why LBRY?
|
||||
|
||||
- `/why`
|
||||
|
||||

|
||||
|
||||
#### What is LBRY?
|
||||
|
||||
- `/what`
|
||||
|
||||
#### How does LBRY work?
|
||||
|
||||
- `/how`
|
||||
|
||||
#### How long has LBRY existed?
|
||||
|
||||
- `/age`
|
||||
|
||||

|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: How do I use the Discord tipbot?
|
||||
category: tipbots
|
||||
order: 1
|
||||
category: bots
|
||||
order: 2
|
||||
---
|
||||
|
||||
## LBRY Discord Tipbot Information
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: How do I use the Reddit tipbot?
|
||||
category: tipbots
|
||||
order: 2
|
||||
category: bots
|
||||
order: 3
|
||||
---
|
||||
|
||||
## LBRY Reddit Tipbot Information
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: How do I use the Twitter tipbot?
|
||||
category: tipbots
|
||||
order: 3
|
||||
category: bots
|
||||
order: 4
|
||||
---
|
||||
|
||||
## LBRY Twitter Tipbot Information
|
||||
|
|
|
@ -96,17 +96,17 @@ class ContentActions extends Actions
|
|||
$allPosts = Post::find(static::VIEW_FOLDER_FAQ, Post::SORT_ORD_ASC);
|
||||
|
||||
$allCategories = [
|
||||
'LBRY 101' => 'Intro to LBRY',
|
||||
'LBRY 101' => 'Intro to LBRY',
|
||||
'getstarted' => 'Getting Started',
|
||||
'tutorial' => 'LBRY Tutorials',
|
||||
'publisher' => 'Publishers and Creators',
|
||||
'publisher' => 'Publishers and Creators',
|
||||
'troubleshooting' => 'Help and Troubleshooting',
|
||||
'powerusers' => 'LBRY for Power Users',
|
||||
'wallet' => 'Wallet and Transactions',
|
||||
'tipbots' => 'LBRY Tipbots',
|
||||
'mining' => 'Mining LBC',
|
||||
'powerusers' => 'LBRY for Power Users',
|
||||
'wallet' => 'Wallet and Transactions',
|
||||
'bots' => 'LBRY Bots',
|
||||
'mining' => 'Mining LBC',
|
||||
'differences' => 'What Makes LBRY Different?',
|
||||
'other' => 'Other Questions',
|
||||
'other' => 'Other Questions',
|
||||
] + Post::collectMetadata($allPosts, 'category');
|
||||
|
||||
$selectedCategory = Request::getParam('category');
|
||||
|
|
Loading…
Add table
Reference in a new issue