Skip to content

Releases: shantismurf/ficfeed

v0.4.0-beta - AO3 ficfeed Discord bot

12 Feb 16:52
dc02acd

Choose a tag to compare

Pre-release

v 0.4.0-beta Release:
Total revision to incorporate Axios and Cheerio modules.
Code is now much more efficient and compliant with AO3 bot security.
Series and collections list the first five works.
Improved handling for multiple authors, special characters, and html in descriptions or summaries.

Future development:
Explore ways to make the skip prefix work with masked links.
Add command to edit bot configuration from the server.
Develop /library command to create embed rec library entries.
Possibly have the bot create a role for itself on install for permissions management.

To install:
Edit config.json with your token, the channel ID you want your feed posted to, and your server (guild) ID.
The bot must have all Privileged Gateway Intents enabled in the Discord Developer Panel.
It will process links in any channel that the bot user can read. Use permissions to limit access.
Users can suppress the bot by using a skip prefix before the link: two underscores separated by a space: _ _

v0.3.0-beta- AO3 ficfeed Discord bot

20 Nov 19:38
309193c

Choose a tag to compare

Pre-release

Aggregates all links to AO3 works, series, and collections into a single channel where they are posted as embeds with link info.

v 0.3.0-beta Release:

  • Final major revision to code.
  • Now processes series and collection links as well as works.

Future development:

  • resolve minor display issue with collection status
  • add command to edit bot configuration from the server
  • develop /library command to create embed fic library entries
  • possibly have the bot create a role for itself on install

To install:

  • Edit config.json with your token, the channel ID you want your feed posted to, and your server (guild) ID.
  • The bot must have all Privileged Gateway Intents enabled in the Discord Developer Panel.
  • It will process links in any channel that the bot user can read.

v0.2.0-alpha - AO3 ficfeed Discord bot

12 Nov 22:38
3b134de

Choose a tag to compare

Pre-release

Aggregates all links to AO3 works into a single channel where they are posted as embeds with work info.

v 0.2.0 Release:

  • Reworked the bot to work instantaneously when a message is posted to a public channel using the discord.js API.

Future development:

  • add handling for links to series and collections
  • add commands to edit bot configuration from the server

To install:

  • Edit config.json with your token, the channel ID you want your feed posted to, and your server (guild) ID.
  • The bot must have all Privileged Gateway Intents enabled in the Discord Developer Panel.
  • It will process links in any channel that the bot user can read.