News feed for Telegram. No need to go to every channel to see latest posts.
Visit https://telefeed.netlify.app/
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
One time step
You will see a login option, scan the QR code from your telegram app to login.
On successful login, you will see your subscribed channels. Click on the channel name to select it for the feed.
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.
Built with Nuxt 3
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
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.