Changelog
This page will show any changes made to the website, both backend and frontend, in addition to any future plans.
Roadmap
Change | Priority | Difficulty |
---|---|---|
Fix an issue where a full thread is not always scanned (D2Team Ability Article announcement). | High | High |
Fix an issue where a thread is seen as different Tweets due to the Twitter user not posting them correctly. | High | High |
Fix an issue where the service fails due to a legacy error causing a lockout. | High | Medium |
Fix an issue where videos are not included in Webhooks due to Webhooks functionality. | High | Low |
Fix an issue where administrators are not notified when the service fails. | High | Low |
Investigate if Cloudflare is blocking requests/httpx | High | Low |
Make all timestamps in Webhooks Unix Compatible. | Medium | High |
Fix an issue where a full thread is not sent in notifications and Webhooks due to subsequent tweets being posted after the scan was completed. | Medium | Medium |
Add Wiki-style links to specific tweets. | Medium | Low |
Create a status page. | Low | High |
Add historical tweets. | Low | High |
Make Tweets that are re-posted edit the originally sent Webhooks rather than sending the new Tweet again. | Low | High |
Add drop downs to threads on website. | Low | Medium |
Changelog 1 June 2024
• Implemented a service that notifies the administrator when the Tweets have stopped updating.
• Added this changelog and roadmap page.
Changelog 14 May 2024
• Completely rewrote the entire backend script to get the Tweets, allowing for drastically better reliability, uptime, and speed.
• Decreased update frequency 60s -> 90s.
• Implemented push notifications via ntfy protocol - more info here.
Changelog 1 April 2024
• @Destiny2Team and @DestinyTheGame are now supported!
• Discord Webhooks are now supported!
• Image and video media of Tweets are now supported.
• Retweeted Tweets are now supported.
• Reply threads are now supported and will appear as one Tweet.
• Light and dark themes.
• RSS/ATOM feeds are live.
• Times are now localized to your browser.
• .json
files can now be pulled from www.bungiehelp.org/data/{handle}.json
- more info here. They are still updated every minute, so limit your requests to at most once per minute.
• Added attribute thread_text
which contains the full text of a Tweet thread.
• Added unix_grabbed
to label when the Tweet was grabbed (not when the Tweet was posted, which is under unix
).
• Added retweeted_tweet
to access the data of retweeted Tweets directly.
• Added replies
containing all children that are part of a thread of the same parent Tweet.
Changelog 21 March 2024
• Initial launch of bungiehelp.org