The Messenger Archangel
First, install dependencies:
python -m pip install -r requirements.txt
Then, create a settings.json
configuration file:
{
"twitter": {
"api_key": "",
"api_secret": "",
"access_token": "",
"access_secret": ""
},
"discord": {
"token": "",
"channel_ids": [111111111111111111]
}
}
Finally, start the application:
python -m selaphiel.main