Skip to content

Delayed posting in a Telegram channel via the web interface (Laravel / Vue 3 / Inertia.js)

Notifications You must be signed in to change notification settings

eve-at/telegram-post

Repository files navigation

Telegram Post

Delayed posting in a Telegram channel via the web interface (Laravel / Vue 3 / Inertia.js)

Interface preview

Preview Tab

Preview Tab

Shedule Tab

Shedule Tab

How It Looks On Telegram After Publication

Published Post on Telegram

Installation

  • Clone & composer install
  • Obtain your Telegram Bot Token and put it into TELEGRAM_BOT_TOKEN .env field
  • Get your Telegram Channel ID and put it into TELEGRAM_CHANNEL_ID .env field

How to find your Telegram Channel ID

If your url looks like .../c12112121212_17878787878787878, do the following:

  • Get the part between the first letter ("c") and the underscore. In my example you'll get 12112121212
  • Prefix it with a -100 so -10012112121212 is your channel id.

Create the symbolic link for your media storage

php artisan storage:link

WIP

About

Delayed posting in a Telegram channel via the web interface (Laravel / Vue 3 / Inertia.js)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published