FuelRats / pipsqueak

ED Fuel rats IRC bot
Other
13 stars 14 forks source link

[Review] Twitter functionality #206

Closed tivec closed 7 years ago

tivec commented 7 years ago

This PR introduces twitter functionality to Mechasqueak as per MECHA-130.

sopel.cfg has four new config options that need to be set for this to work: consumer_key, consumer_secret, access_token_key and access_token_secret.

They can be found (or created) on https://apps.twitter.com/app/ when logged in to the relevant twitter account.

Instructions for how to set up an application can be found on https://python-twitter.readthedocs.io/en/latest/getting_started.html

Marenthyu commented 7 years ago

Please PR against develop.