Mini RSS service on Next.js

Mini RSS service on Next.js

Small RSS Feed Generation Service from Company’s Telegram Channel Posts

Purpose:
  • Extract images and text from posts of the company's Telegram channel.
  • Integrate the posts into the company's website.
RSS feed generation service from Telegram channel posts for a large network.
Technologies:
  • Next.js (for the public-facing part)
  • SQLite (for storing data received from Telegram)
  • Prisma (for database management)
  • Telegram API (for bot interaction)
Images are fetched to the server from posts, ensuring seamless delivery.
Internal project