Pages:
Author

Topic: [FREE] ★★★★ Signature Campaign Management Bot ★★★★ (Read 2434 times)

newbie
Activity: 56
Merit: 0
For myself bitcoin this is a very good service, I think, that has so many campaigns so they can see if it meets the requirements required and this is very useful for those who use ICO campaign.
copper member
Activity: 51
Merit: 0
LIVE DEMO: https://sig.privcoin.io/privcoin/

TEST CAMPAIGN: https://sig.privcoin.io/test/


As many of you know, https://www.privcoin.io/ mixer is preparing to launch a Signature Campaign later this week. We built an advanced tool to help manage the users and organize our campaign. We're now opening the bot up to anybody for free that wants to use it to run their own campaign!

Features:

Automated list:

- Auto registration. Detect signatures on registration and approval.
- Occasionally look to see if the user is still wearing YOUR signature, if not automatically kick them out of the campaign.
- Minimum rank to join campaign.
- Forbidden forums, posts made here will not count!
- Can do fixed weekly or paid per post weekly campaign types.
- Set maximum participants globally.
- Can set maximum of each rank individually. You may want up to 50 participants but only 3 Junior Members.
- Can pay differently for each participant forum rank.
- No more need for spreadsheets, just check out the Overview.
- Automated minimum length requirements for posts to count towards payments. No need for a campaign manager to manually count each post.
- Export payments for any week.
- Automated week roll-over.
- Scan for new posts made by the user every hour. Will adjust if the forums become too loaded.
- Bitcoin addresses and amounts are hidden from non-admins.
- SMAS Blacklist.

Manual requirements:

- Manual approval by the Admin for each registered user that wants to join your campaign.
- For each user's posts that make it past the bot as valid, manual removal for spam by campaign Admins with reasons displayed.

This tool is not a 100% substitute for post quality checking. You will have to manage that on your own! We are not responsible for this.

Check out the terms for the DEMO https://sig.privcoin.io/test/terms/

There are a couple bugs that we know of but they're minor and we'll fix them soon!

We are going to add automated PMing when a user gets accepted into a campaign, kicked from a campaign or a post is flagged as spam if Theymos approves our request.

Want to use this service for free?

Fill out the following and we'll set up your account:

Code:
Your preferred extension. Instead of https://sig.privcoin.io[b]/test/[/b] you want: 
Your site/project name (displayed in top left):
Forbidden forums (SPELLED EXACTLY):
Your signatures for each rank:
Payment for each rank in BTC:
Maximum amount of participants for each rank:
Type of campaign (fixed weekly, post weekly?):
Minimum forum rank to join:
Minimum posts per period:
Maximum posts per period:
Max total participants in your campaign:
Minimum post length for posts to qualify:

This service is offered for FREE to the Bitcoin Talk Community. We hope you'll make use of it.

Play around on the test demo linked above, Admin credentials are:

Username: Test
Password: ad3b01221a

Add/kick each other all you want. To register, add the text "test" into your signature anywhere.

What is the consensus on using a bot for a signature bounty program? Also, are there any templates to create signatures for bounty campaigns?

Thank you for any help.
full member
Activity: 356
Merit: 113
can you manage your SW  also with altcoins bounty (bounty in our tokens)?


What is SW?

I got a PM about another project who will be using this bot so I might as well bump the thread if anyone else wants a free management bot.
newbie
Activity: 162
Merit: 0
can you manage your SW  also with altcoins bounty (bounty in our tokens)?
full member
Activity: 621
Merit: 108
Although your service is nice but I think no bot can determine the quality of posts and can not replace the human interference.I wish someone has a bot for social media though as it requires fixed tasks like retweet and likes which can be easily counted by bots

It was already mentioned many times in the thread. Yeah, unfortunately post quality checking has to be done manualy but in all other tasks this bot would be a huge help. Now, I guess I got an idea for another much needed piece of software, to automate twitter and FB bounties...
legendary
Activity: 854
Merit: 1000
Although your service is nice but I think no bot can determine the quality of posts and can not replace the human interference.I wish someone has a bot for social media though as it requires fixed tasks like retweet and likes which can be easily counted by bots
full member
Activity: 621
Merit: 108
Wow, this looks like a very helpful piece of software for campaign managers! "Forbidden forums", though, IMHO should be replaced with forum checklist as it was suggested above, less space for typos etc.
full member
Activity: 210
Merit: 101
More people should offer their software for free like this, very generous of you. Give you props. Good luck with the project.
sr. member
Activity: 980
Merit: 280
This is so good service I guess especially those who hold so many campaign they can see if the participants really meet the required requirements and this is so beneficial to those who uses ICO campaigns because there were spammers out there.
hero member
Activity: 544
Merit: 506
I wonder if the first unmanned signature campaign has started.

I would like to join to taste a little bit of such automatized process. It sound pretty cool if you ask me.
newbie
Activity: 11
Merit: 0
The admin user and password you gave aren't working for me...
full member
Activity: 134
Merit: 100
LIVE DEMO: https://sig.privcoin.io/privcoin/

TEST CAMPAIGN: https://sig.privcoin.io/test/


As many of you know, https://www.privcoin.io/ mixer is preparing to launch a Signature Campaign later this week. We built an advanced tool to help manage the users and organize our campaign. We're now opening the bot up to anybody for free that wants to use it to run their own campaign!


Check out the terms for the DEMO https://sig.privcoin.io/test/terms/

Want to use this service for free?

Fill out the following and we'll set up your account:

Code:
Your preferred extension. Instead of https://sig.privcoin.io[b]/test/[/b] you want: 
Your site/project name (displayed in top left):
Forbidden forums (SPELLED EXACTLY):
Your signatures for each rank:
Payment for each rank in BTC:
Maximum amount of participants for each rank:
Type of campaign (fixed weekly, post weekly?):
Minimum forum rank to join:
Minimum posts per period:
Maximum posts per period:
Max total participants in your campaign:
Minimum post length for posts to qualify:

This service is offered for FREE to the Bitcoin Talk Community. We hope you'll make use of it.

Sounds like a great tool. Will check it out.
full member
Activity: 356
Merit: 113
Um yes i believe DOM is a very basic concept in web dev.

Do you actually have working code to check if the BB code signature matches the bitcointalk's html output?

Or is all this just sample html?

Yes but it won't match 1:1, the bot will allow for a or similar to be missing within a % margin of error.
sr. member
Activity: 784
Merit: 282
Um yes i believe DOM is a very basic concept in web dev.

Do you actually have working code to check if the BB code signature matches the bitcointalk's html output?

Or is all this just sample html?
full member
Activity: 356
Merit: 113
You can place the BBCode into bot, parse it into html and then have your bot see if the html matches.

Yes exactly. My problem is the BB code in this forum is parsed very differently (e.g.
is converted to instead of just
). I've been building a custom parser and have completed most of the custom conversions but I can't seem to find out where and why this forum generates extra html such as:

Code:
"           "

Some break lines have it, while some don't. Its weird. Have you come across those?
You may be interested in DOM functionality for whatever language you're using.
sr. member
Activity: 784
Merit: 282
You can place the BBCode into bot, parse it into html and then have your bot see if the html matches.

Yes exactly. My problem is the BB code in this forum is parsed very differently (e.g.
is converted to instead of just
). I've been building a custom parser and have completed most of the custom conversions but I can't seem to find out where and why this forum generates extra html such as:

Code:
"           "

Some break lines have it, while some don't. Its weird. Have you come across those?
full member
Activity: 356
Merit: 113
You don't need to parse BB code, you know how each signature will be rendered.

How do you know how each signature will be rendered in the forum?

Do campaign managers 1) wear the signature, 2) get the html output code, then 3) paste it on your system?

Wouldn't it be simpler for them to 1) place the bbcode and let the system do the rest?

I handle the detection for anyone that wants to use the bot.

You can place the BBCode into bot, parse it into html and then have your bot see if the html matches.
sr. member
Activity: 784
Merit: 282
You don't need to parse BB code, you know how each signature will be rendered.

How do you know how each signature will be rendered in the forum?

Do campaign managers 1) wear the signature, 2) get the html output code, then 3) paste it on your system?

Wouldn't it be simpler for them to 1) place the bbcode and let the system do the rest?
full member
Activity: 356
Merit: 113
You don't need to parse BB code, you know how each signature will be rendered.
sr. member
Activity: 784
Merit: 282
Good job. Damn you beat me to it. I was actually in the process of making an automated signature campaign bot.

Pics:



Anyway great job again. May i ask how you did the BB code parsing for the signatures (to check if user is wearing the correct signature)? I got stuck and spent much time creating a BB code parse for this forum but it always ended up not matching the tiniest details. Did you use an existing library?
Pages:
Jump to: