Bubbles VS blossom

Compare Bubbles vs blossom and see what are their differences.

Bubbles

The very chatty chatbot (by GrafeasGroup)

blossom

The website. The app. The everything. (by GrafeasGroup)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Bubbles blossom
4 4
3 6
- -
6.0 7.2
7 months ago 8 days ago
Python Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Bubbles

Posts with mentions or reviews of Bubbles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-03.
  • What is the best way to detect modmail replies with PRAW?
    1 project | /r/redditdev | 21 Apr 2023
    Working with new modmail with PRAW is... painful. I built this script for our mod slack that just checks for unread messages and it works probably 95% of the time? Occasionally the headers are backwards and I just haven't had the gumption to fix it for how little it happens. https://github.com/GrafeasGroup/Bubbles/blob/main/bubbles/commands/modmail.py
  • October Monthly Meta: Names and a bit of history!
    5 projects | /r/ToR_Meta | 3 Oct 2022
    So I started working on a bot that would live in modchat, able to help us with whatever we needed and something that could be extended in the future. (For those interested in the tech side of things, we originally started by building on the errbot platform before eventually building a brand new system from scratch that better fit our needs.) As we built, we needed a name for the new bot; a few different names got thrown around, but we eventually settled on Bubbles.
  • June Monthly Meta: Development from the other side
    2 projects | /r/ToR_Meta | 1 Jun 2022
    Enter Bubbles, our modchat chatbot. Bubbles originally started as a system for doing more complex reminders before morphing into a truly indispensable tool for our team. Among other things, Bubbles directly controls all of the other bots on the server, including herself. Let's say that we push a new feature to GitHub for Blossom -- something that happens fairly regularly -- in the Before Times, we would have to SSH into the server and run a small laundry list of commands just to get the deployment to finish. Instead, we merge in the new code on GitHub and ask Bubbles to handle the process for us directly in Slack.
  • Creating a flexible Backoffice Tool in a Technical Company using Slack
    2 projects | /r/programming | 25 Oct 2021
    We did something similar, but doesn't have the permissions checking that your does (and ours is much simpler to deploy -- and it can update itself!) https://github.com/grafeasGroup/bubbles-v2

blossom

Posts with mentions or reviews of blossom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • June Monthly Meta: Not Quite the Rainbow We Were Expecting
    1 project | /r/ToR_Meta | 2 Jun 2023
    When looking at the API, the way we get all of the information we need, we have access to a fairly large amount of information. The Developer Platform, while it has its uses, is not designed with large and busy bots in mind. It's much better suited for entry-level 'learning to code' style bots that we see frequently pop up on the site. Issues from data usage limits, data storage limits (500kb! Our database in Blossom is over 1.4GB), connecting to services outside reddit (which we have gotten special permissions for, I'll give them that), and more plague the development experience at the time of this writing.
  • What's the process behind reddit schedulers (websites)?
    3 projects | /r/redditdev | 13 May 2023
    u/goldieczr here's the repo for our primary site, data storage, and API. Python / Django. https://github.com/grafeasGroup/blossom
  • October Monthly Meta: Names and a bit of history!
    5 projects | /r/ToR_Meta | 3 Oct 2022
    Really, there was only one choice, and Blossom was brought to life. As the leader of the trio, it just made sense.
  • June Monthly Meta: Development from the other side
    2 projects | /r/ToR_Meta | 1 Jun 2022
    In software development, tooling refers to programs or scripts that only serve to maintain other programs or scripts. In our case, we write tooling for the QA and Engagment teams so that they can directly interact with the keeper of data, Blossom, or various spreadsheets that are used to keep track of different things (like the delightfully awesome Treasure Hunts in Discord).

What are some alternatives?

When comparing Bubbles and blossom you can also consider the following projects:

Errbot - Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.

utonium - Slack plugin system written specifically for Grafeas bots.

buttercup - Our personal assistant in Discord

slack - Slack API in Go - community-maintained fork created by the original author, @nlopes

timeloop - An elegant periodic task executor

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production