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.
- Host: GitHub
- URL: https://github.com/naghim/selaphiel-bot
- Owner: naghim
- Created: 2023-04-22T11:39:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T20:49:20.000Z (about 3 years ago)
- Last Synced: 2025-02-25T12:48:56.509Z (over 1 year ago)
- Topics: bot, discord, discord-bot, twitter
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```