Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Play Computer Trivia on Telegram
Today, I am releasing a new app I developed this week, Computer Trivia for Telegram.
This is the same trivia as our current forum trivia; however, we are currently keeping the Telegram trivia results / scores in a different DB than the computer trivia played on the web.
If you are already a Telegram messaging app user, all you need to do is search for UNIXForumBot and add this bot; and you are "good to go".
For others, you can easily download Telegram., for Linux, Macs, PCs, Androids and iPhones. It's free. You can play both on your mobile and on. your desktop Telegram app.
Basically, using the bot is self-explanatory. When you connect for the first time, you will see some menu options. You can always get to the main menu with /help. You can press or type in /triv and you are on you way to wasting time and having fun, maybe even learning along the way.
Some notes:
You must answer all questions (no skipping) and if you "skip" the system will not serve you another question until you enter a true / false answer.
You can only answer once, so if you press /false or /true repeatedly, the bot will inform you "all questions have been answered".
You must use a / before each command. It's /help not help, for example.
At the moment, I don't know of any bugs. I have debugged and tested with over 200 questions and answers so far (but only since yesterday), and it is working well so far.
Here are some screenshots. Please post back in this discussion thread if you have any questions.
In addition, I will do a future write-up on how I built this application using Telegram, Node-RED, MySQL and PHP. The Telegram computer trivia questions are the same DB as the main forum trivia questions (over 1000 True/False questions).
I'm not sure how many people will enjoy playing this with Telegram, but let's see. At least try it once, maybe you will like it when you are waiting in line at the store, stuck in traffic, or on the subway!
Also, I plan to build a scoreboard / leaderboard for this in the future which can be viewed on the main web site, and in part, using the bot.
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Quote:
Originally Posted by RavinderSingh13
Hello Neo,
Thanks a TON for making this BOT, this is an awesome experience. I played it for 20 mins or so on Telegram.
It is FUN. Appreciate your dedication and hard work here; I wish I could also do this kind of coding someday
On side note, I think I replied 30 to 40 answers
Thanks,
R. Singh
Thanks Ravinder, well at least one person likes it so far That is good news!
I checked the DB and you have answered 42 questions so far.
If many people start to play, I will create a /score command for the bot to return the total number of questions answered and the % score for that player.
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Update:
Thanks to a few people starting to play (and nezabudka and Ravinder above), I just added the /score command.
This way, everyone can easily see their overall score (percentage), total correct and total trivia questions answered (Telegram trivia only, does not include any scores / stats from web play).
Now, it should be even more fun . Scores!!! LOL
(... and the scores are all "private" at the moment with no plans to create a public scoreboard at this time....)
Just noticed that our successful computer trivia feature (stats here) has surpassed over 50,000 questions answered by users:
https://www.unix.com/trivia_stats.php
This was a coding effort worth while and I'm pleased to see so many people enjoying it in such a short time since it was released... (3 Replies)
I have just completed the first phase of integrating all these devices and technologies:
MQTT, Node-RED, Linux, Apache2, MySQL, PHP, Telegram, ESP32, ESP8266, and the Arduino Uno
The glue that binds all this together is MQTT. In fact, MQTT makes this kind of integration nearly trivial to... (1 Reply)
Today marks another milestone in the computer trivia app:
100,000 Computer Trivia Questions Answered by Users
Some notes to mention at this milestone:
vbe leads the "best score" category with 320 questions answered for an overall score of 91.2%.
rdrtx leads "most questions answered"... (0 Replies)
Only a few days after I coded this new feature from scratch, we are seeing over 3000 entries in the database from members (mostly guests) playing CS trivia.
I have spend a lot of time coding this (from scratch) and testing the API. From the logs, it seems to have an API bug which appears... (31 Replies)
Thanks to Akshay, who helped me write the core MySQL queries, we now have two new draft leaderboards, by (1) member and by (2) country:
https://www.unix.com/trivia_stats.php
Currently milhan leads the members with a high score of 90%:
... (3 Replies)
The UNIX and Linux Forums now has over 1000 TRUE / FALSE computer science and computer related trivia question in our database. These questions are of relatively high quality (compared to similar sites on the web) and are fun (according to feedback by users). In the first week during the... (1 Reply)
I have added a new experimental "Computer Science and Mathematics Trivia - True or False" section in the discussions, currently under the tags box.
In the future, I plan to
Expand this feature to add more trivia categories from math, science and technology.
Keep track of correct and... (20 Replies)
I'm currently looking into ways to integrate the Telegram API into the forums:
Telegram Bots - Bot Code Examples
I'm thinking, first off, to use the Telegram API to get forum alerts and notifications (to Bot or Not?).
Second, I thinking of ways to more deeply integrate Telegram into the... (5 Replies)
Thanks Livin Free...
Here's another one... Why is it that I always get the error message "Error: Can't open display:" in my mail whenever I execute or try to call an xterm command using cron to activate the command. What did I miss? Thanks in advance UNIX gurus... (3 Replies)