Skip to content

ldtalent/adeoluwaakinsanya-codeigniter-telegram-login

Repository files navigation

codeigniter-telegram-login

Telegram login with CodeIgniter

Requirements

  1. PHP.
  2. Git.
  3. Ngrok. ( $ snap install ngrok )
  4. Telegram Account.
  5. Linux OS (feel free to use any OS)

Setup

Telegram:

  1. Create a new chatbot via BotFather.
  2. Store the newly created telegram bot access token in your OS environment variable by running:
export TELEGRAM_ACCESS_TOKEN=YOUR-ACCESS-TOKEN
  1. Link your application domain to your new Telegram bot

Usage

Clone the project from GitHub by running:

git clone https://github.com/learningdollars/adeoluwaakinsanya-codeigniter-telegram-login.git

Navigate to the project directory in your terminal and start your PHP local web server

php -S localhost:8000

Open a new terminal, Navigate to the project directory and start your Ngrok Server

ngrok http 8000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published