Skip to content

Commit a3d0d44

Browse files
committed
follow bot documentation
1 parent ba8d392 commit a3d0d44

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed

astro.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ export default defineConfig({
128128
label: 'EFP Railway Template',
129129
link: '/production/silo'
130130
},
131+
{
132+
label: 'EFP Follow Bot',
133+
link: '/production/follow-bot'
134+
},
131135
{
132136
label: 'Emergency Response',
133137
link: '/production/emergency-response'

public/follow-bot-list.png

17.9 KB
Loading

public/follow-bot-start.png

25.7 KB
Loading

public/follow-bot-subscribe.png

21.5 KB
Loading

public/follow-bot-unsubscribe.png

22 KB
Loading
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: EFP Follow bot
3+
---
4+
5+
![Follow Bot Start](/follow-bot-start.png)
6+
7+
The **EFP Follow Bot** is a telegram bot that enables users to subscribe to Ethereum
8+
addresses or ENS names, allowing them to stay updated with the latest follows, tags,
9+
and other activities within the Ethereum Follow Protocol (EFP) ecosystem. This bot
10+
simplifies tracking and engagement, making it easier for users to stay informed
11+
about their favorite EFP accounts.
12+
13+
Get started by interacting with the bot directly at [https://t.me/efp_follow_bot](https://t.me/efp_follow_bot)
14+
15+
16+
17+
## Commands
18+
19+
Here are the available commands to interact with the **EFP Follow Bot**:
20+
21+
![Follow Bot Subscribe](/follow-bot-subscribe.png)
22+
23+
`/subscribe <address_or_ens>`
24+
25+
Subscribe to updates for a specific Ethereum address or ENS name. Use this command to start receiving notifications about activities related to the specified account.
26+
27+
`/sub <address_or_ens>`
28+
29+
Alias for /subscribe. Functions the same way as /subscribe.
30+
31+
![Follow Bot Unsubscribe](/follow-bot-unsubscribe.png)
32+
33+
`/unsubscribe <address_or_ens>`
34+
35+
Unsubscribe from updates for a specific Ethereum address or ENS name. Use this command to stop receiving notifications for a specific account.
36+
37+
`/unsub <address_or_ens>`
38+
39+
Alias for /unsubscribe. Functions the same way as /unsubscribe.
40+
41+
`/unsub all`
42+
43+
Unsubscribe from all accounts. This command will stop all notifications for the current chat.
44+
45+
![Follow Bot List](/follow-bot-list.png)
46+
47+
`/list`
48+
49+
List all subscriptions for this chat. Use this command to view all the Ethereum addresses or ENS names you are currently subscribed to.
50+
51+
`/help`
52+
53+
Show this help message. Use this command to display a list of all available commands and their descriptions.

0 commit comments

Comments
 (0)