Rising Star Utils - January Report, Market Historial in the website and Stream Discord Bot.

Cover (2).png

Diseño sin título (30).png

Hello everybody! Today I'm back with a post related to the new changes I've been adding to the website, which are quite a few and some external things I've been working on. Today I don't bring any stats report of the month, but the news on the site and a future goal that I will be able to achieve thanks to the new implementations.
¡Hola a todos! Hoy vuelvo con una publicación relacionada a los nuevos cambios que fui sumando al sitio web, que son bastantes y en algunas cosas externas en las que estuve trabajando. Además de las novedades de la página, hoy traigo el resumen de la página en el mes de Enero.

Diseño sin título (30).png

Here is the report for the month of January. We will see if we manage to surpass the statistics of the previous month, December, which so far has been the best since the launch of the site.
A continuación, el reporte de este mes de enero. Veremos si conseguimos superar las estadísticas del mes anterior, diciembre, que hasta ahora ha sido el mejor desde el lanzamiento del sitio.

Metric Value
Unique visitors 1,625
Number of visits 5,678 (3.49 visits/visitant)
Page views 50,979 (8.97 páginas/visit)
Hits 326,897 (57.57 hits/visit)
Bandwidth 620.18 MB (111.84 KB/visit)

As we have been doing lately, every month that passes, even more Rising Star players use the platform, last month there were only 1100 unique visitors and this month we have reached 1600. Finally, I will leave the list with the top 10 users who spent the most on the platform.
Como venimos acostumbrando ultimamente, cada mes que pasa, aún más jugadores de Rising Star utilizan la plataforma, el mes pasado tan solo eran 1100 visitantes únicos y este mes hemos llegado a los 1600. Para terminar, dejare la lista con los top 10 usuarios que más gastaron en la plataforma.

Ranking User Starbits Spent
1 @vassal 764,915,534
2 @toqs1986 436,114,904
3 @clipman77 123,765,993
4 @yonyonsson 122,332,698
5 @ramon2024 61,657,587
6 @gamesupport 43,387,260
7 @mepol 42,930,735
8 @rexaa 41,134,844
9 @pleo1542 32,617,059
10 @jesseoostv 29,393,403
That has been a brief summary of this month, I haven't added much information because I don't want to lengthen it so much with this, I want to focus more on the changes of the page. Thank you very much to all the users of the list, for always using the page.
Eso ha sido un breve resumen de este mes, no he añadido mucha información porque no quiero alargarlo tanto con esto, quiero enfocarme más en los cambios de la pagina. Muchas gracias a todos los usuarios de la lista, por siempre usar la página.

Diseño sin título (30).png

Less than a week ago, I made some purchases in the marketplace and wanted to see what was made from the Rising Star channel on Discord. However, I found that the bot that tracked the marketplace had stopped working for about twenty days.

Thanks to the page, I knew how to get a stream of all Rising transactions, and with my experience making Discord bots, I was able to set it up to return Rising's market history in real time, giving it a different style than before.
Hace menos de una semana, hice unas compras en el mercado y quise ver qué se realizaron desde el canal de Rising Star en Discord. Sin embargo, me encontré con que el bot que hacía seguimiento al mercado había dejado de funcionar desde hace unos veinte días.

Gracias a la página, sabía cómo obtener un stream de todas las transacciones de Rising, y con mi experiencia haciendo bots de Discord, pude configurarlo para que devuelva el historial del mercado de Rising en tiempo real, dándole un estilo diferente al que había antes.

$1


Once I had made this feature, a user asked me if I could stream the crafted cards in real time. So far, there was a bot working, but it didn't take the event card crafts. So with the code almost done, I just adapted it so that it would also return the crafted cards. In principle, I made a design quite similar to the previous one, but based on recommendations from the community and @desertjoe, I have taken the decision to remove the IDS and I have positioned the content of the message that way.

Luego de terminar esta función, un usuario me preguntó si podria hacer un stream de las cartas crafteadas en tiempo real. Hasta el momento, habia un bot funcionando, pero no tomaba los crafts de cartas de evento. Asi que con el código ya casi hecho, solo lo adapte para que también devolviera las cartas crafteadas. En principio, hice un diseño bastante similar al anterior, pero en base a recomendaciones de la comunidad y de @desertjoe, he tomado la decisión de quitar los IDS y he posicionado el contenido del mensaje de esa manera.

image.png

Diseño sin título (30).png

So I got down to work and, taking advantage of the functionality of the Discord bot, I decided that every time a transaction message was sent, it would be automatically added to a database I created with MongoDB. This way, I was able to start collecting the history of each user, at least since the end of January this month. I also implemented the same for the crafted cards, creating an additional database.

After putting together all the BACKEND to be able to manage this new database, I started to design the customer part, in which I have customized to differentiate the purchases/sales and added a search engine. This has been the result: After finishing configuring the bots, Jux from @risingstargame suggested me that it would be useful to have a section on my page where you could consult the history of a particular player.

Así que me puse manos a la obra y, aprovechando la funcionalidad del bot de Discord, decidí que cada vez que se enviara un mensaje de transacción, esta se agregaría automáticamente a una base de datos que creé con MongoDB. De esta forma, pude empezar a recopilar el historial de cada usuario, al menos desde finales de enero. También implementé lo mismo para las cartas crafteadas, creando una base de datos adicional.

Luego de armar todo el BACKEND para poder gestionar esta nueva base de datos, empecé a diseñar la parte del cliente, en la que he personalizado para que se diferencien las compras/ventas y he agregado un buscador. Después de terminar de configurar los bots, Jux de @risingstargame me sugirió que sería útil tener una sección en mi página donde se pudiera consultar el historial de un jugador.

$1

After doing that work, I took advantage of the card I created for the market history to also implement a crafting history, where I include the date, the name of the card and its statistics.
Después de realizar ese trabajo, aproveché la tarjeta que creé para el historial del mercado para implementar también un historial de crafting, donde incluyo la fecha, el nombre de la carta y sus estadísticas.

image.png

Diseño sin título (30).png

The upside of this is that, over time, the database will gradually grow. This could open up many possibilities in the future, such as showing the prices of each type of chart on a graph, with a history of how their prices have changed over time. All this as of the end of January, although I do not have access to data from previous years.
Lo positivo de esto es que, con el tiempo, la base de datos irá creciendo gradualmente. Esto podría abrir muchas posibilidades a futuro, como mostrar los precios de cada tipo de carta en un gráfico, con un historial de cómo sus precios han cambiado con el tiempo, todo esto desde finales de Enero de este año.

Diseño sin título (30).png

That's all for today, as always I appreciate the support of those who trust in our site and use it every day, see you next time in the February report!
Eso ha sido todo por hoy, como siempre agradezco el apoyo de quienes confian en nuestra página y la utilizan cada dia. ¡Nos vemos la próxima en el reporte de Febrero!

Diseño sin título (30).png

$1

Sort:  

Congratulations @risingstarutils! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 1000 upvotes.
Your next target is to reach 1250 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out our last posts:

Hive Power Up Month Challenge - January 2025 Winners List
Be ready for the February edition of the Hive Power Up Month!
Hive Power Up Day - February 1st 2025