Bitcoin Forum
April 23, 2024, 08:53:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Integrating a TippingBot Into a Simple Machines Forum (SMF)  (Read 938 times)
Paleus (OP)
Full Member
***
Offline Offline

Activity: 284
Merit: 122


www.diginomics.com


View Profile WWW
February 27, 2015, 05:27:36 PM
 #1

We are looking into integrating tipping functionality, much like a ChangeTip bot, into the Diginomics Forum.

Because the database of a SMF is totally different from social media -- say Google+, Reddit, or Facebook, how would one go about doing this?

We had the idea to create a bot account, say 'TipBot' and have a function where everytime it is mentioned by a user in a post, and a money value is defined, it will tip this to another user.

However, this would require a whole infrastructure for tipping accounts, something we don't have but ChangeTip does.

How could one go about integrating ChangeTip into a forum community? Would ChangeTip need to create an API or is there some other way you could do it?

We are looking at collaborating with a few developers here to accomplish this project.

1713862405
Hero Member
*
Offline Offline

Posts: 1713862405

View Profile Personal Message (Offline)

Ignore
1713862405
Reply with quote  #2

1713862405
Report to moderator
1713862405
Hero Member
*
Offline Offline

Posts: 1713862405

View Profile Personal Message (Offline)

Ignore
1713862405
Reply with quote  #2

1713862405
Report to moderator
1713862405
Hero Member
*
Offline Offline

Posts: 1713862405

View Profile Personal Message (Offline)

Ignore
1713862405
Reply with quote  #2

1713862405
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713862405
Hero Member
*
Offline Offline

Posts: 1713862405

View Profile Personal Message (Offline)

Ignore
1713862405
Reply with quote  #2

1713862405
Report to moderator
1713862405
Hero Member
*
Offline Offline

Posts: 1713862405

View Profile Personal Message (Offline)

Ignore
1713862405
Reply with quote  #2

1713862405
Report to moderator
ambrixa
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 03, 2018, 08:39:09 PM
 #2

I'm looking for the same thing on our forum. Maybe we can ask Simplemachines to build a modification.

There are tipping platforms already, like:
https://www.reddcoin.com/reddcointalk-tip-platform-now-live/
blue_w1nter
Jr. Member
*
Offline Offline

Activity: 58
Merit: 10


View Profile
January 04, 2018, 01:51:59 AM
 #3

There are many ways you can integrate a tip bot

1 If you are the admin of the forum (and have access to the server(s) running the forum including the database)

You could run a bot to continuously query against the database to find comments that include a certain phrase e.g. "!tip"
Once that command is found the bot could either automatically deduct from the users tip balance and send it to another balance (ready for withdrawal)
Or post a reply to that comment with an address to send for the bot to forward - sort of acting as a middle man between the two users


2 If you aren't an admin of a forum

You would need to setup a bot to continously scrape the site for new posts (which would cause a lot of speed issues if the forum is running off a bad server)
and then repeat the same process above



If you are still interested in setting up a tip bot I am able to develop one for you but we would need to discuss further
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!