2017 © Pedro Peláez
 

project simple-telegram-poster

Simple implementation which alows user to post texts to Telegram channels or groups using Telegram Bot API

image

skobkin/simple-telegram-poster

Simple implementation which alows user to post texts to Telegram channels or groups using Telegram Bot API

  • Wednesday, January 31, 2018
  • by skobkin
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple Telegram poster form

Installation

# For usage (from Packagist)
composer create-project skobkin/simple-telegram-poster
# For development (from Git)
git clone git@bitbucket.org:skobkin/telegram-poster-form.git
cd telegram-poster-form && composer install

Configuration

cp config/parameters.yml.dist config/parameters.yml

Edit config/parameters.yml configuration file according to your needs., (*1)

Running

# From the project root directory
php -S localhost:8000 -t public

The Versions