An open API service indexing awesome lists of open source software.

https://github.com/naghim/selaphiel-bot

The AS Messenger Archangel - made with 50% 💕 and 50% ☕. Forwards Discord messages to a public X (Twitter) feed.
https://github.com/naghim/selaphiel-bot

bot discord discord-bot twitter

Last synced: about 2 months ago
JSON representation

The AS Messenger Archangel - made with 50% 💕 and 50% ☕. Forwards Discord messages to a public X (Twitter) feed.

Awesome Lists containing this project

README

          

# Selaphiel-bot

The Messenger Archangel

# How to run:

First, install dependencies:

```bash
python -m pip install -r requirements.txt
```

Then, create a `settings.json` configuration file:

```json
{
"twitter": {
"api_key": "",
"api_secret": "",
"access_token": "",
"access_secret": ""
},
"discord": {
"token": "",
"channel_ids": [111111111111111111]
}
}
```

Finally, start the application:

```bash
python -m selaphiel.main
```