Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arn4v/roamgram
Roamgram - Add notes to your daily page on Roam Research via Telegram
https://github.com/arn4v/roamgram
nodejs roam-research roamcult roamresearch telegram
Last synced: about 3 hours ago
JSON representation
Roamgram - Add notes to your daily page on Roam Research via Telegram
- Host: GitHub
- URL: https://github.com/arn4v/roamgram
- Owner: arn4v
- Created: 2021-03-12T15:54:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T15:54:17.000Z (over 3 years ago)
- Last Synced: 2023-03-02T07:11:56.212Z (over 1 year ago)
- Topics: nodejs, roam-research, roamcult, roamresearch, telegram
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roamgram
Send notes to Roam Research using a Telegram Bot.
### Telegram Setup
- Open Telegram
- Start a conversation with [@userinfobot](https://t.me/userinfobot)
- Press start
- Copy the `id` property from the message it sends, this is your `TELEGRAM_ADMIN_ID`- Now create a bot using the instructions [here](https://core.telegram.org/bots#6-botfather)
- At the end of the process you should get a token to access the HTTP API, this is your `TELEGRAM_BOT_TOKEN`### Node.js Setup
- `git clone git://github.com/arn4v/roamgram -b main`
- Install Node.js v14.15.5 (this is what I tested with but any version v12+ should work)
- `cd roamgram`
- Copy `example.env` to `.env` using `cp example.env .env`
- Edit .env to add the following details:
```
TELEGRAM_BOT_TOKEN=
TELEGRAM_ADMIN_ID=
ROAM_EMAIL=
ROAM_PASSWORD=
ROAM_GRAPH=
```
- Run `npm start`
- Now send `/add ` to your bot on Telegram and see it show up on your Roam Daily Notes Page