Pages:
Author

Topic: [TELEGRAM] Yet Another BitcoinTalk Notification BOT (merits, mentions, topics,+) - page 30. (Read 19375 times)

copper member
Activity: 2142
Merit: 1305
Limited in number. Limitless in potential.
This is a great initiative and I must commend you for your efforts on developing the hot, am trying out the hot but am kind of facing challenges. Bot request for bitcointalk UID which I don't know what that is?

3354911 is your Bitcointalk UID.
Wiwo, If you're curious how naim027 get your bitcointalk UID, just go to your profile page and click the Summary in the left part of the page.

You can check the url such as this:
Code:
https://bitcointalk.org/index.php?action=profile;u=3354911;sa=summary
Where the number in "u=3354911" is your UID.

Quote from: Csmiami link=topic=5248878.msg58514809#msg58514809
Actually clicking anywhere in the profile page or accessing your profile by clicking your username on any post will also do the trick
You're not wrong, but you're not right Wink
Clicking anywhere including Home, Search, More etc. will bring you somewhere though.
sr. member
Activity: 476
Merit: 523
This is a great initiative and I must commend you for your efforts on developing the hot, am trying out the hot but am kind of facing challenges. Bot request for bitcointalk UID which I don't know what that is?

3354911 is your Bitcointalk UID.
member
Activity: 84
Merit: 10
just tried it, thanks for your sharing guy
hero member
Activity: 1022
Merit: 667
Top Crypto Casino
This is a great initiative and I must commend you for your efforts on developing the bot, am trying out the bot but am kind of facing challenges. Bot request for bitcointalk UID which I don't know what that is?
sr. member
Activity: 476
Merit: 523
Wow. This is Awesome dude. I was wondering something like this which is provided by this Bot. I am satisfied with this.
It's making my BTT Activity better and faster.

Bengali Translation Available Here: https://bitcointalksearch.org/topic/m.58502103
copper member
Activity: 1666
Merit: 1901
Amazon Prime Member #7
My total number of earned merits is 666 but right now it's say 664
We don't allow the forbidden number.

Code:
/setMerit 666
I fixed it for you.

Re: [TELEGRAM] Yet Another BitcoinTalk Notification BOT (merits, mentions, topics,+)
Today at 09:14:13 PM
Merited by PrimeNumber7 (1)
legendary
Activity: 2758
Merit: 6830
My total number of earned merits is 666 but right now it's say 664
We don't allow the forbidden number.

Code:
/setMerit 666
legendary
Activity: 2338
Merit: 1261
Heisenberg
I am not sure if anyone else has faced this anomaly before.

The bot seems to be reporting the wrong total number of Merits I have earned so far. Initially the number was off by 1 merit, but now it's off by 2 merits.
My total number of earned merits is 666 but right now it's say 664

legendary
Activity: 2758
Merit: 6830
Edit: I see, if I set 'Alt me' then it sends notifications for word 'Me' then how is it different from 'Tracked phrases' function?
Technically, there is no difference. The alt command was created a long time ago for those who wanted to set an alias for their username. For example, LoyceV could add the alias Loyce, which is how people mention it sometimes, to not miss any notification.
hero member
Activity: 2520
Merit: 952
Sorry if already asked/answered but what's 'alt X'?

Edit: I see, if I set 'Alt me' then it sends notifications for word 'Me' then how is it different from 'Tracked phrases' function?
legendary
Activity: 2758
Merit: 6830
I guess it works similar like when someone is mentioning username or telegram account, so it should work with and without @ symbol?
Yes.

What length phrase can be used in the bot? How many words can be in a phrase maximal?
Technically, the Postgres varchar max length which is 65535 bytes. But I may add a limit in the future, if needed for any reason.

If you tried to add a big text and it errored, try again. I just fixed a bug that was limiting the max length.
staff
Activity: 2436
Merit: 2347
Tracked Phrases

You can now add a word, phrase, username, or anything and you will be notified when that word/phrase/username is mentioned (except when the user/topic is on your ignored list).

What length phrase can be used in the bot? How many words can be in a phrase maximal?
legendary
Activity: 2212
Merit: 7064
You can now add a word, phrase, username, or anything and you will be notified when that word/phrase/username is mentioned (except when the user/topic is on your ignored list).
Amazing work, and it's easy to enable or disable it!
I guess it works similar like when someone is mentioning username or telegram account, so it should work with and without @ symbol?
Thank you TryNinja.  Wink
legendary
Activity: 2758
Merit: 6830
Tracked Phrases

You can now add a word, phrase, username, or anything and you will be notified when that word/phrase/username is mentioned (except when the user/topic is on your ignored list).





@dkbit98
legendary
Activity: 2758
Merit: 6830
I would like to track and be notified whenever someone posts specific word (account, address, etc.), for example, I give command to bot or website to track phrase ''qwert1234'' and whenever someone writes this in forum I would get optional notification.
Sure, give me a day or two and I'll add it to the bot. Smiley
legendary
Activity: 2212
Merit: 7064
@TryNinja is it possible to add one more tracking notification feature to Ninjastic website or for supernotifier telegram bot?
I would like to track and be notified whenever someone posts specific word (account, address, etc.), for example, I give command to bot or website to track phrase ''qwert1234'' and whenever someone writes this in forum I would get optional notification.
I hope you understand what I wanted to say.
copper member
Activity: 1526
Merit: 2890
Finally decided to move the code from my personal github (on a private repo) to my anon github (ninjastic), so here it is: the source code for the bot and ninjastic.space website.

https://github.com/ninjastic/bitcointalk-supernotifier-v2
https://github.com/ninjastic/bitcointalk-ninjastic-web

Now, of course...

Is the code well documented? No.
Is the code clean? Nah.
Will someone get curious and decide to go around the code for some reason? Idk, but that's why this is here.

I learned a lot with this project, so I kept changing patterns all the time and thus, the code is kinda inconsistent and not very well built (but it works!). Have fun. Smiley

Wow amazing trust me I was about to request for source code after your previous reply but didn’t thought it’s your person project. Not sure if I can do something but will give it try after looking at your current code first Smiley

Of course individual code is never clean I know it myself if it works that’s all. Don’t touch it don’t clean it ever, is rule#1 of individual coding.

Yes coding in a team is totally different that’s what we have in bitcoin a team work Smiley.

I hope brining it to gitbub will improve it unless theymos decides to bring a new versions of Bitcointalk. I will give a try to see if follow a users can be done easily without jeopardizing the current working functionality.

legendary
Activity: 2758
Merit: 6830
Finally decided to move the code from my personal github (on a private repo) to my anon github (ninjastic), so here it is: the source code for the bot and ninjastic.space website.

https://github.com/ninjastic/bitcointalk-supernotifier-v2
https://github.com/ninjastic/bitcointalk-ninjastic-web

Now, of course...

Is the code well documented? No.
Is the code clean? Nah.
Will someone get curious and decide to go around the code for some reason? Idk, but that's why this is here.

I learned a lot with this project, so I kept changing patterns all the time and thus, the code is kinda inconsistent and not very well built (but it works!). Have fun. Smiley
legendary
Activity: 2758
Merit: 6830
I think it would be better to make like this: Positive button with the text "Enabled" instead of "Enable" and X icon with the word "Disabled" instead of "Disable". This way, when I see X icon and the word disabled, I'll understand that it's Disabled and I have to click on it in order to Enable.
You're right. Smiley

Just changed that. Here is how it looks like if you have everything enabled:



(Also reworded the "modlogs" to "deleted posts" since that's all it is about).
hero member
Activity: 2352
Merit: 905
Metawin.com - Truly the best casino ever
TryNinja
First of all, thank you for this amazing bot. I discovered it recently and seems very beneficial.
I don't know coding and to be fair, I have no idea how the icons, etc are set on this bot but I think there is one thing that needs to be fixed if possible.

When I click on the Notifications, then I see this:


At the moment, all of the notifications are enabled but if we consider that UX, it's hard for me to understand at the moment whether it's enabled or not without actually knowing of it.
1. From this picture, I think that notifications are disabled and that's the reason why I see X icon.
2. Actually, notifications are enabled and Disable (X) buttons will be activated once I click on them.

I think it would be better to make like this: Positive button with the text "Enabled" instead of "Enable" and X icon with the word "Disabled" instead of "Disable". This way, when I see X icon and the word disabled, I'll understand that it's Disabled and I have to click on it in order to Enable.
Pages:
Jump to: