Bitcoin Forum

Other => Meta => Topic started by: WhatTheGox on April 08, 2015, 09:08:16 AM



Title: How to build a BitcoinTalk.org thread bot?
Post by: WhatTheGox on April 08, 2015, 09:08:16 AM
How to build a BitcoinTalk.org thread bot?

Need it to scan a single thread and edit OP based on commands by users in the same thread.  Its for forum games.


 


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: dznuts85 on April 08, 2015, 09:53:26 AM
How to build a BitcoinTalk.org thread bot?

Need it to scan a single thread and edit OP based on commands by users in the same thread.  Its for forum games.


 


Try to ask marcotheminer as i think he know how bcause he did create the bitx sig campaign bot together with an account that automatically sends a pm to user when it registers in the campaign


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: notlist3d on April 08, 2015, 09:59:36 AM
How to build a BitcoinTalk.org thread bot?

Need it to scan a single thread and edit OP based on commands by users in the same thread.  Its for forum games.


 


Try to ask marcotheminer as i think he know how bcause he did create the bitx sig campaign bot together with an account that automatically sends a pm to user when it registers in the campaign

I would agree the signature campaign is rock solid on the bot so far.   You can find him here: https://bitcointalk.org/index.php?action=profile;u=147773

It seems this would be much simpler then his bot that does payouts.  And it's able to scrap all posts seeing if what forum you posted in.  So I would think one thread is very doable.


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: emrebey on April 08, 2015, 10:28:22 AM
there is no API for that, you need to parse the HTML.


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: unsoindovo on April 08, 2015, 01:37:37 PM
there is no API for that, you need to parse the HTML.

you got it!!!

i use https://htmlagilitypack.codeplex.com/
it is a VB.net C# utility pack to parte HTML.

have fun!


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: tarzan2 on April 09, 2015, 07:08:45 PM
if your looking to make the bot and want to learn how this site has pretty much all the information you could want.
http://thebot.net/


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: Vod on April 10, 2015, 02:56:44 AM
there is no API for that, you need to parse the HTML.

you got it!!!

i use https://htmlagilitypack.codeplex.com/
it is a VB.net C# utility pack to parte HTML.

have fun!

Remember, this forum is going bye bye in a couple months.

Don't spend too much time writing code to parse it.  :)


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: unsoindovo on April 10, 2015, 06:34:19 AM
there is no API for that, you need to parse the HTML.

you got it!!!

i use https://htmlagilitypack.codeplex.com/
it is a VB.net C# utility pack to parte HTML.

have fun!

Remember, this forum is going bye bye in a couple months.

Don't spend too much time writing code to parse it.  :)

Hi vod...
I'm hearing talking about new forum since one year and more.
Hope your forecast is right.


Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: WhatTheGox on April 10, 2015, 10:16:22 AM
there is no API for that, you need to parse the HTML.

you got it!!!

i use https://htmlagilitypack.codeplex.com/
it is a VB.net C# utility pack to parte HTML.

have fun!

Remember, this forum is going bye bye in a couple months.

Don't spend too much time writing code to parse it.  :)

oh shit hmmm ok, is the new forum still going to be a custom build?

if your looking to make the bot and want to learn how this site has pretty much all the information you could want.
http://thebot.net/

thanks dude any tips appreciated!

there is no API for that, you need to parse the HTML.

you got it!!!

i use https://htmlagilitypack.codeplex.com/
it is a VB.net C# utility pack to parte HTML.

have fun!

ok this is new stuff to me but thanks!

How to build a BitcoinTalk.org thread bot?

Need it to scan a single thread and edit OP based on commands by users in the same thread.  Its for forum games.


 


Try to ask marcotheminer as i think he know how bcause he did create the bitx sig campaign bot together with an account that automatically sends a pm to user when it registers in the campaign

I would agree the signature campaign is rock solid on the bot so far.   You can find him here: https://bitcointalk.org/index.php?action=profile;u=147773

It seems this would be much simpler then his bot that does payouts.  And it's able to scrap all posts seeing if what forum you posted in.  So I would think one thread is very doable.

I spoke with marco, trying to work out cost etc.





Title: Re: How to build a BitcoinTalk.org thread bot?
Post by: WhatTheGox on April 10, 2015, 10:22:41 AM
there is no API for that, you need to parse the HTML.

What about a twitter bot which does various replies and recognises commands tweeted its way?  I've found some twitter bots made via something called yahoo pipes but apparently they aren't very consistent in performance.