Stay updated on your favorite news directly in Discord! Da Postork brings you the latest articles from multiple sources, straight to your server or DMs.
Start by adding Da Postork to your server
Make sure you grant the required permissions to the bot
Once the bot is added, you can start using it immediately:
/subscribeSelect a source, and you're done. New articles will automatically be posted in your channel or DMs.
View ChannelSend MessagesEmbed Links
Read Message HistoryAdd Reactions
- Subscribe any Discord channel or DM to one or more news sources
- Get notified automatically whenever a new article is published
- Manage your subscriptions with simple slash commands
| Source | Description |
|---|---|
| Warhammer Community | The essential Warhammer news and features site |
| Marvel | Official Marvel news and announcements |
| Gundam Official | Gundam news, covering anime, movies, products, and events |
| CodexYGO | The leading Yu-Gi-Oh! news site in France |
| Command | Description | User required permission |
|---|---|---|
/subscribe |
Subscribe this channel to a source | Manage Channels |
/unsubscribe |
Unsubscribe this channel from a source | Manage Channels |
/subscriptions |
List this channel's active subscriptions | N/A |
Want to run your own instance of Da Postork? Here's how.
- Docker and Docker Compose
- A Discord bot token (create one here)
- Clone the repository:
git clone https://github.com/FiestaTheNewbieDev/da-postork.git
cd da-postork- Create the production environment file:
cp .env.example .env.production- Fill in the required values in
.env.production:
DISCORD_BOT_TOKEN= # Your Discord bot token
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD= # Choose a secure password
POSTGRES_DB=da_postork
REDIS_HOST=redis
REDIS_PORT=6379- Start the application:
docker compose up -dDocker will automatically run database migrations before starting the bot.
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
