devict / votelocal

A web app for receiving local voting information via SMS
15 stars 16 forks source link

Send scheduled messages to a Twitter account, if configured #26

Closed sethetter closed 5 years ago

sethetter commented 6 years ago

We have the @voteict twitter account, let's use it!

imacrayon commented 5 years ago

A quick search looks like https://github.com/thujohn/twitter is a popular Laravel wrapper for the Twitter API

sethetter commented 5 years ago

I'm doing this one next!

sethetter commented 5 years ago

One thing I'm curious about is possible configuring a twitter account for each locale?

imacrayon commented 5 years ago

Here's an example of using multiple accounts set in /config/services.php https://github.com/spatie/scheduled-tweets-app/blob/1bb52d3a02c9cd07f1d4c0ae86d88705038daa59/app/Services/Twitter/RealTwitter.php This might be a good class to steal