Skip to content

shafi-/telefeed

Repository files navigation

TeleFeed

News feed for Telegram. No need to go to every channel to see latest posts.

How to use

Visit https://telefeed.netlify.app/

step - 1

One time step To start using the telefeed app, it will ask for app_id and app_hash for once. Do not share these information with anyone else. This app, saves these information only in your device. You can get your telegram app_id and app_hash from here

step - 2

One time step You will see a login option, scan the QR code from your telegram app to login.

step - 3

On successful login, you will see your subscribed channels. Click on the channel name to select it for the feed.

step - 4

After selection is done, click on the refresh icon in the page. You will be able to browse the posts from the selected channels in a news feed.

Tech

Built with Nuxt 3

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Releases

No releases published

Packages

No packages published