Skip to content

A news aggregator using Ankama Games's API.

License

Notifications You must be signed in to change notification settings

Daweyy/Dragoturkey

Repository files navigation

Dragoturkey

A news aggregator using Ankama Games's API.

New items will be posted on your Webhook

About config.toml :

  • Webhook must be set on a Discord Forum Channel
  • As many distincts servers as you want can be set
  • Create a forum post for each template you wanna follow (and one for others if you want it)
  • Set their IDs and names (template list in discord.ts)
  • Feel free to customize schedules

First launch will post all items, then only new ones will be posted.

To install dependencies:

bun install

To run:

bun run start

This project was created with Bun a fast all-in-one JavaScript runtime.