Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stephancill/farcaster-bookmarks-telegram
- Owner: stephancill
- License: gpl-3.0
- Created: 2022-09-21T23:14:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T19:17:25.000Z (about 2 years ago)
- Last Synced: 2024-04-14T10:31:42.288Z (7 months ago)
- Language: TypeScript
- Homepage: https://t.me/castbookmarkbot
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```