/phptek-tweeps

An artisanal tool for gathering intel on php[tek] tweeters that could be used for nefarious purposes later. Like mail merges. WOOOOOH.

Primary LanguagePHPMIT LicenseMIT

php[tek] tweeps

This is a very small, intentionally terribly written demo site written for my phpdbg talk at php[tek].

Notes on standing this up, simply so I don't forget:

Installation

docker-compose start
composer install

Add these variables to .env:

  • TWITTER_CONSUMER_KEY
  • TWITTER_CONSUMER_SECRET
  • TWITTER_ACCESS_TOKEN
  • TWITTER_ACCESS_TOKEN_SECRET
php artisan vendor:publish
php artisan migrate:install
php artisan migrate

Usage

Updating

php artisan tweeps:update

The default search is #phptek. To use a different search, give it as a parameter.

Web Interface

Starting the development server:

./artisan serve --port=9000 --host=127.0.0.1

Contributing

This is intentionally bad. I don't really want contributions, but think you're awesome for wanting to.