Pages:
Author

Topic: LoyceV's notification bot (7 days retroactive) - page 5. (Read 2938 times)

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Use this format to subscribe (please keep this in 1 post only):

Notifications: https://loyce.club/notifications/459836.html
Code:
ignoreuser:459836
ignoretopic:5069140
fullquotesorjustlinks:fullquotes
order:newestfirst
alias:LoyceMobile
iamagirl:no
ignoreuser:2580400
ignoreuser:2758665
ignoreuser:2771981
ignoreuser:1003533
ignoreuser:2810185
ignoreuser:2790813
ignoreuser:2371095
ignoreuser:131361
ignoretopic:5185770
ignoretopic:5129273
ignoretopic:5115154
ignoretopic:5184177
ignoretopic:5206032
ignoretopic:5209576
ignoretopic:5034141
ignoretopic:5034154
ignoretopic:4523227

Use your own userID in the first link, this is where your notifications will go.
Create an Ignore-list within code-tags. Use one userID per line, and start each line with "ignoreuser:". The first userID on my ignore list is my own: I don't want to receive a notification when I'm talking to myself Tongue


Options within code-tags (not all options are needed, just add what you need):
Ignore user:
ignoreuser:userID
Ignore topic:
ignoretopic:topicID
Preference: show fullquotes or justlinks:
fullquotesorjustlinks:fullquotes (this is the default behaviour, just like the forum)
or
fullquotesorjustlinks:justlinks
Preference: ascending or descending:
order:oldestfirst (this is the default behaviour, just like the forum)
or
order:newestfirst
Preference: show notification for other keywords:
alias:nickname (only letters and numbers, you can add more than one alias, use a new line for each)
If you're a girl (or if you really just want to be addressed as "she"):
iamagirl:yes (the default is assuming you're a dude)

Please use one option per line.
The maximum is currently set to 50 options in total. Post here if that's not enough.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
This topic replaces [WORKING] LoyceV's alternative for Piggy's @mention notification bot. It's self-moderated to keep the topic as compact as possible (for more efficient scraping).
If you used my notification bot in the past, and if you want to keep using it: please copy your original post into this topic.


Results go here: loyce.club/notifications/.

Post in this topic to subscribe!
See my next post for the required format. This may change once in a while.

Don't create a second post to subscribe: Edit your post to make changes. It's okay to subscribe with your alt account too.

Notifications are not case-sensitive ("loycev" works as well as "LoyceV").

Limitations
  • I scrape each topic title only once (it's not the post title). If the topic title changes, it won't change in the Notifications.
  • Updates aren't realtime. Currently, notifications are updated every 6 minutes. This may change in the future (depending on the required processing power).
  • I only scrape this topic ones an hour. That means any changes you make to your settings take a while to show up. If a new post is made, I rescan the entire topic.
  • Only notifications from the past 7 days are shown. Older notifications will be removed.
    If you've just subscribed, you'll still get notifications from the past 7 days (retroactive). Changes in your settings also affect older notifications.
  • If there's a "$" in your username, I'll remove it from your name before searching for matches (this is why).
  • Only unedited posts are checked. If your name is mentioned in a post later on, I miss it.

Warning
Don't quote someone else's preferences (the ones within code-tags) in this topic. I don't excluded quotes, so you might accidentally "copy" and use someone else's preferences.



See [overview] LoyceV's useful data on Bitcointalk for more of my forum-related topics


Alternative
[TELEGRAM] Yet Another BitcoinTalk Notification BOT (merits, mentions, topics,+)
LoyceV's: Follow users on Bitcointalk.org (posts and/or topics)




Quote
- How does it notice your name? Should the name be written exactly as it is (e.g. LoyceV)? Or does it detect only if it's written with a "2" in front of the name (e.g. @LoyceV)?
I ignore most characters, but a "2" (so 2LoyceV) wouldn't be ignored and thus won't produce a notification. If you use @LoyceV, that works fine. Lower case works fine too, quotation marks and most other characters work too.
To be precise, I use grep --word-grep:
Code:
   --word-regexp
       Select only those lines containing matches that form whole words.
       The test is that the matching substring must either be at the beginning of
       the line, or preceded by a non-word constituent character. Similarly, it
       must be either at the end of the line or followed by a non-word constituent
       character. Word-constituent characters are letters, digits, and the underscore.

Quote
I am asking this because I'm curious to see my earlier mentions, in case I missed any of them.
For performance reasons, I remove all input files older than 7 days for my notification bot.

Quote
- Can the bot be stopped to show your mentions, once you registered to it?
Yes. If you remove your post, updates stop within an hour. If you want me to remove the file, I can do that manually.
Pages:
Jump to: