Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephancill/farcaster-bookmarks-telegram

Telegram bot for bookmarking Farcaster posts.
https://github.com/stephancill/farcaster-bookmarks-telegram

Last synced: 13 days ago
JSON representation

Telegram bot for bookmarking Farcaster posts.

Awesome Lists containing this project

README

        

# Farcaster Bookmarks Bot

Telegram bot that parses URIs from the Farcaster app and returns them as human readable text for easy bookmarking.

## Usage

The bot is currently running on Telegram as [@castbookmarkbot](https://t.me/castbookmarkbot). You can also run it yourself by following the instructions below.

## Running the bot

Copy the `.sample.env` file to `.env` and fill in the values.

```bash
cp .sample.env .env
```

Install yarn dependencies

```bash
yarn
```

Run the bot

```bash
yarn start
```