Telegram login with CodeIgniter
- Create a new chatbot via BotFather.
- Store the newly created telegram bot access token in your OS environment variable by running:
export TELEGRAM_ACCESS_TOKEN=YOUR-ACCESS-TOKEN
- Link your application domain to your new Telegram bot
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.