Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Pics

Display tweets and pictures for a specified hashtag

  1. Run composer install at your project root

curl -sS https://getcomposer.org/installer | php php composer.phar install

  1. Configure app.php
  2. Setup database.php
  3. Migrate database structure

php artisan migrate

  1. Configure app/database/seed/DatabaseSeeder.php with an admin account

  2. Seed the database

    php artisan db:seed

  3. Get tweets

php artisan twitter:scan

  1. Moderate tweets at http://<your-install>/dashboard
  2. Configure a cron service to launch the twitter:scan

About

Daemon, frontend & backend to display twitter pictures from a related hashtag

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages