The python script which tweet without additional libraries.
Receive standard streams.
example:
echo pingpong | python tweet.py
Required key.json.
example:
{
"consumerKey": "xvz1evFS4wEEPTGEFPHBog",
"consumerSecret": "kAcSOqF21Fu85e7zjz7ZN2U4ZRhfV3WpwPAoE3Z7kBw",
"accessToken": "370773112-GmHxMAgYyLbNEtIKZeRNFsMKPR9EyMZeS9weJAEb",
"accessTokenSecret": "LswwdoUaIvS8ltyTt5jkRh4J50vUPVVHtR2YPi5kE"
}
The MIT License. See LICENSE.