Feeds Bot
What's Feeds Bot?
@Feeds_Bot is a Twitter account that keeps viewers notified of feed outages on the Big Brother US and Canada live feeds.
In the process of running this account, a database is built with information about the entire season's uptime stats. This data is compiled below.
Season Stats (40 days, 2 hours)
- 🟢 Half Up: 0.2% (1 hour, 35 minutes)
- 🛑 Down: 14.3% (5 days, 18 hours)
- 😴 Sleep: 16.3% (6 days, 13 hours)
Outages Stats ⬇CSV
Feeds have gone down 985 times
- Down times
- Longest: 1 day, 3 hours (2022-07-13 20:42 BBT)
- Average: 8.3 minutes
- Up times
- Longest: 11 hours, 46 minutes (2022-07-25 13:15 BBT)
- Average: 36.9 minutes
Updated at: 2022-08-15 18:30 BBT
Daily Stats ⬇CSV
Disclaimer: Daily data may slightly change throughout the season as I go back and check that past data is accurate.
API Beta
/api/current.json ⊕⊖
{ "status": "down", "since": 1626207690, "type": "fish" }
{ "status": "up", "since": 1626207690 }
{ "status":"sleep", "since":1626207690 }
{ "status":"pre", "since":1626207690 }
/api/season.json ⊕⊖
[ { "date": "2021-07-07", "sleep": 0, "down": 298, "up": 122, "fish": 16.5, "pets": 281.5, "total": 1440 }, { "date": "2021-07-08", "sleep": 156.5, "down": 488.5, "up": 793.5, "fish": 86, "pets": 402.5, "total": 1438.5 }, .... { "date": "2021-07-13", "sleep": 255, "down": 169, "up": 386, "fish": 168.5, "pets": 0.5, "total": 1440 } ]
/api/outages.json ⊕⊖
[ { "start":1625702400, "end":1625718840, "duration":16440, "status":0 }, { "start":1625718840, "end":1625718960, "duration":120, "status":2 }, { "start":1625718960, "end":1625719020, "duration":60, "status":0 }, { "start":1625719020, "end":1625719110, "duration":90, "status":2 }, { "start":1625719110, "end":1625719140, "duration":30, "status":0 }, .... ]
Widget
You can embed a live, updating widget onto any site using the code snippets below.
Including image:
<script id="feedsbot-widget" src="https://feeds.bot.nu/widget.js"></script>
Not including image:
<script id="feedsbot-widget" src="https://feeds.bot.nu/widget.js/widget.js?includeImage"></script>