Pages:
Author

Topic: [TelegramBot] Merit watcher and Mention Notification Bot - page 7. (Read 7422 times)

legendary
Activity: 2114
Merit: 15144
Fully fledged Merit Cycler - Golden Feather 22-23
It worked!
@giammangiato the bot is now almost perfect. Only some small improvement are needed!
legendary
Activity: 1750
Merit: 1363
www.btcgosu.com


You are welcome - we need to thank you!

Do we (existing) users have to change/do something? I wasnt notified about your quote. Wink

mmm strange, try now

That worked, thanks!
legendary
Activity: 1722
Merit: 1242


You are welcome - we need to thank you!

Do we (existing) users have to change/do something? I wasnt notified about your quote. Wink

mmm strange, try now
legendary
Activity: 1750
Merit: 1363
www.btcgosu.com

I have sent some (not much really but its a start) to the adress provided in OP so you can have a beer or two! Smiley Thanks again for your initiative to help the community, highly appreciated.

Thank you! Very happy to ear this.
In this actual moment, i've switched from flat-file database to SQL database.

Try to update data / register new user and tell me if works.

Statistics on my website, not updated yet.

You are welcome - we need to thank you!

Do we (existing) users have to change/do something? I wasnt notified about your quote. Wink
legendary
Activity: 1722
Merit: 1242

I have sent some (not much really but its a start) to the adress provided in OP so you can have a beer or two! Smiley Thanks again for your initiative to help the community, highly appreciated.

Thank you! Very happy to ear this.
In this actual moment, i've switched from flat-file database to SQL database.

Try to update data / register new user and tell me if works.

Statistics on my website, not updated yet.



@fillippone
@babo
@Bttzed03

This is really great!!!! Cheesy

I set my /nick with @ on it. Is this correct?

Can you please quote ot mention if it is working correctly? Thank you so much!

this is correct way
Code:
/nick Insanerman

[moderator's note: consecutive posts merged]
legendary
Activity: 1750
Merit: 1363
www.btcgosu.com

Hey there,

as mentioned before - I really like your bot and made my life way easier after piggys bot disappeared, so thanks again!

I am sure we can raise some money to thank you for the work you are putting in as well as vps costs, cant we guys?!

What figure are we talking about to make it worth your while? Smiley

At moment i use a 5$ VPS. I can rework code and try to parse all nicknames in message.
Now i parse message and extract @nickname and evaluate nickname (if present).

Probably have to use a real database first (for data store).

I have sent some (not much really but its a start) to the adress provided in OP so you can have a beer or two! Smiley Thanks again for your initiative to help the community, highly appreciated.
legendary
Activity: 2114
Merit: 1147
https://bitcoincleanup.com/
This is really great!!!! Cheesy

I set my /nick with @ on it. Is this correct?

Can you please quote ot mention if it is working correctly? Thank you so much!
Quote test.

There is no need to put @ when setting your nick.

I'll do the mention in the next comment.



See if you get a second notification @Insanerman

[moderator's note: consecutive posts merged]
sr. member
Activity: 1162
Merit: 450
This is really great!!!! Cheesy

I set my /nick with @ on it. Is this correct?

Can you please quote ot mention if it is working correctly? Thank you so much!
legendary
Activity: 1722
Merit: 1242

Hey there,

as mentioned before - I really like your bot and made my life way easier after piggys bot disappeared, so thanks again!

I am sure we can raise some money to thank you for the work you are putting in as well as vps costs, cant we guys?!

What figure are we talking about to make it worth your while? Smiley

At moment i use a 5$ VPS. I can rework code and try to parse all nicknames in message.
Now i parse message and extract @nickname and evaluate nickname (if present).

Probably have to use a real database first (for data store).
legendary
Activity: 1750
Merit: 1363
www.btcgosu.com
Not using the @ for the nickname creates many problems!

The regex would process every word and therefore I would have to totally change the algorithm:
I would have to cycle all the nicknames and search in the text if someone is found! Its a mess!

Now it works differently, I take the nickname with the @ and see if i have it in the database, more efficient.

If i raise some donation i can upgrade VPS and add this feature, but at the moment isnt good idea.

Hey there,

as mentioned before - I really like your bot and made my life way easier after piggys bot disappeared, so thanks again!

I am sure we can raise some money to thank you for the work you are putting in as well as vps costs, cant we guys?!

What figure are we talking about to make it worth your while? Smiley
legendary
Activity: 1722
Merit: 1242
Not using the @ for the nickname creates many problems!

The regex would process every word and therefore I would have to totally change the algorithm:
I would have to cycle all the nicknames and search in the text if someone is found! Its a mess!

Now it works differently, I take the nickname with the @ and see if i have it in the database, more efficient.

If i raise some donation i can upgrade VPS and add this feature, but at the moment isnt good idea.
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
^ more than 10 minutes gone but I am yet to receive a notification from the mention without @

strange  Roll Eyes , it works in my case
try to re-set your /uid and /nick in the bot
legendary
Activity: 2114
Merit: 1147
https://bitcoincleanup.com/
 ^ more than 10 minutes gone but I am yet to receive a notification from the mention without @
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
^ should be a more complete topic title.


Testing @squatz1 mention.

Did you receive a notification from @big_daddy's mention (not quote)? Just wondering if mention without "@" is already working.

Is working, that’s why I didn’t add the @

See -> Bttzed03



Sorry, now you’ll see, without a quote  Cool

Bttzed03

[moderator's note: consecutive posts merged]
legendary
Activity: 2114
Merit: 1147
https://bitcoincleanup.com/
^ should be a more complete topic title.


Testing @squatz1 mention.

Did you receive a notification from @big_daddy's mention (not quote)? Just wondering if mention without "@" is already working.
hero member
Activity: 1652
Merit: 583
xUSD - The PRIVATE stable coin - Haven Protocol
squatz1



Absolutely amazing if it works. Been searching for an alternative on tele every since Maggi went poof. Thanks so much!

Can someone quote me here to test this.



Served  Wink

[moderator's note: consecutive posts merged]
legendary
Activity: 1666
Merit: 1285
Flying Hellfish is a Commie
Absolutely amazing if it works. Been searching for an alternative on tele every since Maggi went poof. Thanks so much!

Can someone quote me here to test this.

hero member
Activity: 1218
Merit: 858
Yes, you are correct. I would plan to extend without "@" the mention.
That's awesome.

Also, if I may, I'd like to leave a small suggestion -- think about adding aliases. For example, your nickname is giammangiato, so you can add to the settings the "alias". If someone calls you with a shorter giamman -- the bot will send a notification.



I will improve your offer a little.
It would be nice to provide the ability to specify a word or sequence of characters to the bot. And in the future, if someone on the forum mentions this word or a sequence of characters, you would also receive a notification.
legendary
Activity: 1512
Merit: 1442
thefuzzstone.github.io
Yes, you are correct. I would plan to extend without "@" the mention.
That's awesome.

Also, if I may, I'd like to leave a small suggestion -- think about adding aliases. For example, your nickname is giammangiato, so you can add to the settings the "alias". If someone calls you with a shorter giamman -- the bot will send a notification.

legendary
Activity: 1722
Merit: 1242
@TheFuzzStone


Yes, you are correct. I would plan to extend without "@" the mention.
Pages:
Jump to: