Author

Topic: Bitcointalk post and profile checking methods (Read 935 times)

hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
September 27, 2014, 09:50:12 AM
#5
Found a way to get posts! Check my profile for a topic talking about this.
newbie
Activity: 16
Merit: 0
September 27, 2014, 02:31:53 AM
#4
I have been exploring some methods for gathering data from users from bitcointalk, for sig campaigns and other purposes. I have found a way to gather individual profile data, and I can easily automate this, insert into databases, and even format a table with given IDs. You can view my little test thing here: http://cryptobets.co/bitcointalkuser.php?id=191301
Replace the id the end (currenly mine) with yours and it gathers your Post count, activity, rank, username, and bitcoin address, perfect for signature campaigns. I could also easily implement a feature logging the post count from the beginning of a time period, and relog the end and find the amount of posts the user made in that time period, and listing that in a file along with their btc addresses so thahas t the sig campaign owner could easily payout within minutes. If anyone wants the code for this, PM me, but the main purpose of this thread is to find anyone that has further information on this. I would like to be able to check and list the users posts, and if there are any new posts a php function is logged. Basically, it would check the posts and if new posts, run a notification service, maybe emailing with the post content. For the previous profile checking, I would find the html element, and then find the data corresponding to that row in the table. It doesn't work like this in the post list page, so if someone could help me on this that would be great.
Thanks!
Source code? Smiley
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
September 26, 2014, 06:25:19 AM
#3
In the post list there's nothing like post 1 or post 2. I don't know how to get the top post, as with the profile model I search for the table element. In this it's not a table.
hero member
Activity: 910
Merit: 530
$5 24k Gold FREE 4 sign-up! Mene.com/invite/h5ZRRP
September 26, 2014, 03:24:11 AM
#2
Great job man, tried it out and it works great! I could definitely see something like this being a must-have for all future signature campaign operators once it's 100% finished and polished.

It doesn't work like this in the post list page, so if someone could help me on this that would be great.

I'm not completely sure what you are asking/needing here, but maybe try asking in the "Meta" subforum? Maybe that is something theymos could help you with. Apologies if I misunderstood your question.
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
September 25, 2014, 10:14:09 PM
#1
I have been exploring some methods for gathering data from users from bitcointalk, for sig campaigns and other purposes. I have found a way to gather individual profile data, and I can easily automate this, insert into databases, and even format a table with given IDs. You can view my little test thing here: http://cryptobets.co/bitcointalkuser.php?id=191301
Replace the id the end (currenly mine) with yours and it gathers your Post count, activity, rank, username, and bitcoin address, perfect for signature campaigns. I could also easily implement a feature logging the post count from the beginning of a time period, and relog the end and find the amount of posts the user made in that time period, and listing that in a file along with their btc addresses so thahas t the sig campaign owner could easily payout within minutes. If anyone wants the code for this, PM me, but the main purpose of this thread is to find anyone that has further information on this. I would like to be able to check and list the users posts, and if there are any new posts a php function is logged. Basically, it would check the posts and if new posts, run a notification service, maybe emailing with the post content. For the previous profile checking, I would find the html element, and then find the data corresponding to that row in the table. It doesn't work like this in the post list page, so if someone could help me on this that would be great.
Thanks!
Jump to: