-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathbot-telegram.mdSUNSET
171 lines (88 loc) · 3.61 KB
/
bot-telegram.mdSUNSET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
title: How do I use the Telegram bot?
category: bots
order: 1
---
The LBRY Telegram bot is a member of the [official LBRY 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 LBRY Credit (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 can 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`
