Telegram Scheduler

screenshot of Telegram Scheduler
svelte
vite
tailwind
daisyui

A simple web app to batch send/schedule messages from text file to Telegram chat.

Overview

Telegram Scheduler is a simple web app that allows users to batch send or schedule messages from a text file to a Telegram chat. The app ensures 100% local and safe operation without any external connections or data collection. Users can sign in to Telegram using their browser, without the need for external services or hassle.

Features

  • Local and safe: The app operates locally without any external connections or data collection, ensuring user privacy and security.
  • Browser sign-in: Users can sign in to Telegram using their browser, eliminating the need for external services or complicated authentication processes.
  • Text file customization: Users can control how to split the text file by specifying a character at the beginning of each line. Additionally, they can add text before or after the message from the file.
  • Scheduled messages: The app allows users to set a start date and time for scheduled messages, control the sending interval, and specify durations to avoid sending messages during specific times.
  • Live preview: Users can preview their message's text, chat, and the time it will be sent at before finalizing the schedule.
  • Light and Dark themes: Telegram Scheduler offers light and dark themes, allowing users to personalize their user interface based on their preferences.

Summary

Telegram Scheduler is a user-friendly web app that simplifies the process of batch sending or scheduling messages on Telegram. With its local and safe operation, browser sign-in functionality, and customizable text file options, the app provides an efficient solution for managing scheduled messages. The live preview feature and light/dark themes enhance the user experience, making Telegram Scheduler a valuable tool for Telegram users.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.