Bitcoin Forum
May 11, 2024, 02:17:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Are automated accounts allowed?  (Read 271 times)
hatshepsut93 (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
August 18, 2019, 04:54:46 PM
 #1

I want to make a bot that notifies people when their posts are quoted. To do this I want to utilize the forum search function, and to do that I need to use an account. Are these types of accounts allowed, or will they get banned? And if they are allowed, are there any rate limits for searches? Thanks.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
1715437045
Hero Member
*
Offline Offline

Posts: 1715437045

View Profile Personal Message (Offline)

Ignore
1715437045
Reply with quote  #2

1715437045
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715437045
Hero Member
*
Offline Offline

Posts: 1715437045

View Profile Personal Message (Offline)

Ignore
1715437045
Reply with quote  #2

1715437045
Report to moderator
bL4nkcode
Copper Member
Legendary
*
Offline Offline

Activity: 2142
Merit: 1305


Limited in number. Limitless in potential.


View Profile
August 18, 2019, 04:57:31 PM
 #2

Yes, some of them have their own bot for notification purposes you can ask @LoyceV and @Piggy for that. This telegram bot can help you as well, credits to @Piggy
hatshepsut93 (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
August 18, 2019, 05:07:34 PM
 #3

Yes, some of them have their own bot for notification purposes you can ask @LoyceV and @Piggy for that. This telegram bot can help you as well, credits to @Piggy

Thanks, I plan to do things a bit differently, instead of requiring messages to have specific pattern for mentioning, it will just look for posts that include quotes from subscribed users. I already do this by searching for my name with day limit set to 1, to see if someone has quoted my posts, now I want to automate it, add push notifications and release it to the public.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
bL4nkcode
Copper Member
Legendary
*
Offline Offline

Activity: 2142
Merit: 1305


Limited in number. Limitless in potential.


View Profile
August 18, 2019, 05:28:23 PM
 #4

Thanks, I plan to do things a bit differently, instead of requiring messages to have specific pattern for mentioning, it will just look for posts that include quotes from subscribed users. I already do this by searching for my name with day limit set to 1, to see if someone has quoted my posts, now I want to automate it, add push notifications and release it to the public.
Great! Where you want the user/subscriber to receive the notification alert. Is it a thread, email, or a telegram account as well.
PrimeNumber7
Copper Member
Legendary
*
Offline Offline

Activity: 1624
Merit: 1899

Amazon Prime Member #7


View Profile
August 18, 2019, 06:33:45 PM
Merited by hatshepsut93 (1)
 #5

To do this I want to utilize the forum search function, and to do that I need to use an account.
This will not work very well. The forum search function is a) not very good, and b) very resource intensive on the forum's server.

A superior way of doing this would be to use the See unread posts since last visit page, review the last pages of threads on this page until your bot gets to a post it has already reviewed, and check for keywords in-between the following:
Code:
[quote=
AND
]
While looking at all instances of
Code:
[quote=
hatshepsut93 (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
August 18, 2019, 06:56:28 PM
 #6

To do this I want to utilize the forum search function, and to do that I need to use an account.
This will not work very well. The forum search function is a) not very good, and b) very resource intensive on the forum's server.

A superior way of doing this would be to use the See unread posts since last visit page, review the last pages of threads on this page until your bot gets to a post it has already reviewed, and check for keywords in-between the following:
Code:
[quote=
AND
]
While looking at all instances of
Code:
[quote=

That would put me at constant 6 thread requests per minute, while the search can be configured with any rate you want, with a tradeoff of creating delays, potentially very long if there's too much subscribers.

If 6 threads per minute is not too much, then I'll stick to it, otherwise I'll use my original idea.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16636


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
August 18, 2019, 06:59:07 PM
 #7

If 6 threads per minute is not too much, then I'll stick to it, otherwise I'll use my original idea.
My scraper (see Viewing unedited posts and deleted posts is currently not uploading (I need some time to test it), but when it works, I could provide you with a daily snapshot of all new posts.

Upgrade00
Legendary
*
Offline Offline

Activity: 2030
Merit: 2174


Professional Community manager


View Profile WWW
August 18, 2019, 07:02:25 PM
 #8

This is an old comment from theymos, but it could be useful in your research.

The contextual search in the upper right searches the board you're on and all subboards. If this results in more than 5 boards, but less than all boards, then you get that error (recently-added for performance reasons).

If you want to search the entire forum, you can go to the search page or to the front page. The limitation I added is that you can either search all boards, or limit it to 1-5 boards. But you can't limit it to 10 boards, for example.

The limitation applies to the forum inbuilt search engine and not the Google search option.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
PrimeNumber7
Copper Member
Legendary
*
Offline Offline

Activity: 1624
Merit: 1899

Amazon Prime Member #7


View Profile
August 18, 2019, 07:08:08 PM
 #9

To do this I want to utilize the forum search function, and to do that I need to use an account.
This will not work very well. The forum search function is a) not very good, and b) very resource intensive on the forum's server.

A superior way of doing this would be to use the See unread posts since last visit page, review the last pages of threads on this page until your bot gets to a post it has already reviewed, and check for keywords in-between the following:
Code:
[quote=
AND
]
While looking at all instances of
Code:
[quote=

That would put me at constant 6 thread requests per minute, while the search can be configured with any rate you want, with a tradeoff of creating delays, potentially very long if there's too much subscribers.

If 6 threads per minute is not too much, then I'll stick to it, otherwise I'll use my original idea.
I believe an average of 1 page request per second is the stated is maximum frequently bots can access the forum. I believe short bursts in excess of this rate is acceptable. One request every 10 seconds should not cause issues.
hatshepsut93 (OP)
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147



View Profile
August 20, 2019, 10:09:17 PM
 #10

I'm working on this project right now, and I've almost finished the backend and the frontend, so the scraping is the last thing left. I've found that there's this interesting page - https://bitcointalk.org/index.php?action=recent

Is this all I need to setup my scraping? @LoyceV, is that how you save your posts? This page doesn't even require registration, so I don't have to create account for my app.

.BEST.CHANGE..███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
LoyceMobile
Hero Member
*****
Offline Offline

Activity: 1655
Merit: 687


LoyceV on the road. Or couch.


View Profile WWW
August 20, 2019, 10:18:03 PM
 #11

I use "recent" indeed.

LoyceV on the road Advertise here for LN Don't deal with this account (exception)
Advertise here for LN Tip my kids Exchange LN (20 coins). 1% fee. No KYC <€50/month
My useful topics: Meritt & Trust & Moreee Art Advertise here for LN Foru[url=https://bitcointalk.org/m
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!