Skip to content

pichsenmeister/telegramlogin

Repository files navigation

TelegramLogin

TelegramLogin.com is a webservice combined with a Telegram Bot to bring social login to the Telegram platform.

TelegramLogin is based on the Laravel Framework. To get it running on your server, check the Laravel docs to get started. As database I use MySQL, but any other storage can be used as well.

  1. Checkout this repository git clone https://github.com/3x14159265/telegramlogin.git
  2. Install composer
  3. Run composer install in telegramlogin folder
  4. Copy the .env.example environment file to .env
  5. Replace all < > values in .env file to your personal values
  6. Set the webhook of your TelegramBot according to your WEBHOOK_TOKEN in your .env file (if your domain is https://example.com and your WEBHOOK_TOKEN is e.g. randomToken, you must set the webhook of your Telegram Bot to https://example.com/receive/randomToken)
  7. enable Laravel scheduler
  8. Edit database/seeds/UserTableSeeder.php with your Telegram user data
  9. Run Laravel migration php artisan migrate --seed

Official Documentation

Documentation for the TelegramLogin can be found on a subpage of this project.

  1. Run local php server php artisan serve
  2. Go to http://localhost:8000/docs

FAQs

Check our FAQs on messengersbox.com.

License

TelegramLogin is open-sourced software licensed under GPL v3.0, documentation under CC BY 3.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages