Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 498 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 498 Bytes

Selaphiel-bot

The Messenger Archangel

How to run:

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