Tag: Twitter

  • Creating a Laravel Twitter bot

    In this post, I will explain how to create a Twitter bot in Laravel. This app will send random tweets (selected from a database) periodically (each hour) and automatically, through the Laravel task scheduling. This project doesn’t have a graphical user interface.

    You can download or clone the code from this GitHub repository.

    (more…)