Bitcoin Forum
April 27, 2024, 11:30:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: XSTerminate: A bitcointalk deletebot to rid unwanted visitors from your threads.  (Read 13029 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
deletebot (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 07, 2014, 07:41:13 AM
Last edit: April 12, 2015, 02:41:25 AM by deletebot
 #1

XSTerminate by @deletebot

Downloads (Booyah!)

http://assets.audiomack.com/dj-jd/2d54ec209764628cda07069a225194bb.png Downloads!

Latest version is 0.9.8.

GitHub Repository: https://github.com/deletebot/XSTerminate/
Source Starter Pack: https://github.com/deletebot/XSTerminate/archive/master.zip
Windows Point and Click: https://drive.google.com/file/d/0B8rWObF4xz1YYk5xXzg0RGNRdVU/view?usp=sharing

Latest Updates

1/23/14 - Did the recent bitcointalk outage kill your XSTerminate bot? You don't need to worry about that again. Version 0.9.8 will stay live through even the most erratic bitcointalk behavior. I serendipitously tested this version through the recent bitcointalk outage without a hiccup.

What's more! XSTerminate now comes equipped with an option to blacklist users with fewer posts than a user defined cutoff. If your trolls think they are going to get around your luser list by creating new accounts, they need to think again.

12/23/14 - I have fixed several crashing issues related to network errors. The version (0.9.4) should be much more robust than the previous version.

If you use windows, follow the instructions at this post.

11/19/14 - I just fixed a crashing bug that comes from session termination when a user logs out of the bot account in a browser. This happens when the bot is running and the user logs into the bot account in a browser then logs out of the browser session by closing the browser or otherwise purposefully logging out. The bot will now recognize the situation and recover.

Also, getting started in windows is now much easier. Check this post.


Introduction

Let's face it, bitcointalk has become overrun with trolls.

On bitcoin talk, you could begin a thread dedicated to your love of your grandmother and in 5 minutes it would be crawling with trolls calling your own heartfelt feelings a scam, or worse. Of course by using the self moderation option when you create a thread, you can go through and laboriously delete each troll post manually. It's very gratifying but also a lot of work.

Wouldn't it be nice if there were a bot that could do this for you?

Well now there is.

Introducing XSTerminate: a bitcointalk deletebot to rid unwanted visitors from your threads.

Using XSTerminate is easy. Just edit the config file according to your user name, password, topic number (found in the thread URL), and a couple of other settings. Then fill in your blacklist, which I like to call the "luser" list. Then, fire up XSTerminate, pointing it to your config file. And, like magic, you will have peace of mind. You can go to sleep knowing that the troll you despise is not going to come back without making a newbie account. And if he does, you can blacklist that account too! You wouldn't even have to restart XSTerminate either. Just edit the luser list and let XSTerminate take care of the rest.

To get started, you can download the XSTerminate program and example files here:
https://github.com/deletebot/XSTerminate/archive/master.zip

Or, you can go to github and clone the XSTerminate repository at https://github.com/deletebot/XSTerminate

The contents of the README.md file are below. Enjoy!


Donations

XST: SMFPrpKYQ6yxVesVEwNfQbsPCPveG6srBP
BTC: 1HWu9Ant9CNmuJCG5MXi1z3F8F5Zi1o9sT
LTC: LZ7Rkvz5LeisP2GRmvQhUxuewe45h6tDf3
DOGE: DLdew3KSaL9kL2cLC6Pv7hVzDULtkDcZ6





XSTerminate

The Original Bitcointalk Delete Bot

XSTerminate is a bot that can crawl new messages in your thread and delete posts from unwelcome members.

XSTerminate is a python program with only two dependencies: pyyaml and BeautifulSoup.

XSTerminate can run as a daemon in *nix systems or as a console program in both Windows (NT+) and *nix systems. In *nix it can be killed with SIGINT (ctrl-C in the console) or SIGTERM in Windows. In such cases, it will terminate gracefully and save cookie information.


Usage

Code:
xsterminate deletebot.yml

The file "deletebot.yml" is a yaml file with several settings.


Configuration

  • user: the bitcointalk username
  • password: the bitcointalk password (remove or make null for getpass)
  • topic: the bitcointalk topic number found in the topic url
  • lusers: the luser blacklist with one luser name per line
  • activity: users must have this minimal activity to post
  • sleep: be nice to bitcointalk by sleeping between thread reloads
  • cookiefile: the file wherein cookies are stored
  • debug: prints debug output if set to true; omit or set to false if unwanted


The settings "activity", "sleep", and "debug" can be changed in the config file while the bot is live and the bot will adjust its behavior upon the next reload of the thread messages.


Example Config File: "deletebot.yml"

Code:
# user name at BCT
user : deletebot
# remove or make null for getpass; put in a password for auto
password : null
# BCT topic number
topic : 850210
# file with username blacklist, one per line
lusers : lusers.txt
# minimum activity a user needs to post
# see https://bitcointalk.org/index.php?topic=444292
# can be modified while bot is live
activity : 5

# sleep this many seconds before reloading new messages
# can be modified while bot is live
sleep : 60

# name of the file where cookies are stored
cookiefile : cookies.lwp

# for development, this can be ommitted or set to false
# can be modified while bot is live
debug : true


Example Blacklist File: "lusers.txt"

Code:
Luser1
Luser2
Luser3
1714217411
Hero Member
*
Offline Offline

Posts: 1714217411

View Profile Personal Message (Offline)

Ignore
1714217411
Reply with quote  #2

1714217411
Report to moderator
1714217411
Hero Member
*
Offline Offline

Posts: 1714217411

View Profile Personal Message (Offline)

Ignore
1714217411
Reply with quote  #2

1714217411
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714217411
Hero Member
*
Offline Offline

Posts: 1714217411

View Profile Personal Message (Offline)

Ignore
1714217411
Reply with quote  #2

1714217411
Report to moderator
1714217411
Hero Member
*
Offline Offline

Posts: 1714217411

View Profile Personal Message (Offline)

Ignore
1714217411
Reply with quote  #2

1714217411
Report to moderator
Altcoin Agent
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500


Sovryn - 300-500% APY on USDT Deposit


View Profile
November 07, 2014, 10:00:25 AM
 #2

Awesome, great job.

A feature I would suggest as well : make the bot "ignore" the user as well. If everyone starts using your bot, the biggest trolls would all have glowing hot "ignore" links under their name.

.The DeFi for Bitcoin Platform.            ███   ███
           ███   ███
          ███   ███
         ███   ███
        ███   ███
       ███   ███
      ███   ███
     ███   ███
    ███   ███
   ███   ███
  ███   ███
 ███   ███
███   ███
▄  ▄██████████████████████▄  ▄
 ▀▄ ▀████████████████████▀ ▄▀
  ▀█ ▀████▀ ▄▄            █▀
   ▀█▄ ▀█ ████████████▀ ▄█▀
     ██▄ ▀▀▀▀▀▀▀▀▀███  ██
      ███      ▀█▄ ▀ ▄██
       ███▄ ▀█████ ▄███
        ████ ▀██▀ ▄███
         ▀███▄  ▄███▀
          ▀███▄ ▀██▀
            ████▄ ▀
             ████▀
              ▀█▀
SOVRYN███   ███
 ███   ███
  ███   ███
   ███   ███
    ███   ███
     ███   ███
      ███   ███
       ███   ███
        ███   ███
         ███   ███
          ███   ███
           ███   ███
            ███   ███
.300% APY on USDT Deposits.
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
deletebot (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 07, 2014, 04:18:16 PM
 #3

Awesome, great job.

A feature I would suggest as well : make the bot "ignore" the user as well. If everyone starts using your bot, the biggest trolls would all have glowing hot "ignore" links under their name.

Great idea. Look for it in the next minor update.
objectofawareness
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
November 07, 2014, 06:11:56 PM
 #4

This is great!

XSTerminate is going to frustrate a lot of trolls!  Cry
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
November 07, 2014, 06:37:51 PM
 #5

LOL very nice against shadowcoin fudsters&trolls gang!
G-Bert
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
November 07, 2014, 07:48:59 PM
 #6

Haha! Amazing, Great work!

Can it somehow come with some usernames pre built in?  Grin

XChat XJkVnYD4N4oSjNStgbAUD6UyWuBTWuMRgv
public key  fuYPYmK4Sj57PkU2NKg1gKW91euMKkstQPeeexUcxnb8
sadochismo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
November 07, 2014, 07:54:39 PM
 #7


https://twitter.com/sadochismo/status/530809557002760193

https://dl.dropboxusercontent.com/u/9200425/xsterminate.png
amiryaqot
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
November 07, 2014, 08:03:35 PM
 #8

is nice job... Wink
AlexAtom
Member
**
Offline Offline

Activity: 560
Merit: 10

YOUC - www.youengine.io


View Profile
November 07, 2014, 08:08:27 PM
 #9

Wining!  Cool

  ●   John McAfee Supports   ●
 ❰❰❰❰❰❰  Advertising Platform  ❱❱❱❱❱❱ 
● ▬▬▬▬▬ ● ▬▬▬▬▬ ●●●    ●  YOUC  ●    ●●● ▬▬▬▬▬ ● ▬▬▬▬▬ ●
WigitGetIt
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile WWW
November 07, 2014, 08:56:29 PM
 #10

Pools?  Wallet?  Will this go to Trex?  LOL  joke of course.  Great job!!  Grin
deletebot (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 07, 2014, 09:08:41 PM
Last edit: November 07, 2014, 09:24:23 PM by deletebot
 #11

Haha! Amazing, Great work!

Can it somehow come with some usernames pre built in?  Grin

A community blacklist would be the way to go. I would have put some names in, but I don't want to show my bias too much.  Wink

It's easy enough to load a bitcointalk page from the bot with a curated community blacklist. If someone makes a new thread, I can cull the blacklist from the OP or first post therein, providing the post maintains consistent formatting and if the list and curation process look reasonable. It could refresh every half hour or something.
YoyodyneSystems
Legendary
*
Offline Offline

Activity: 1386
Merit: 1023



View Profile
November 07, 2014, 10:53:51 PM
 #12


Hell yeah. Finally -- Innovation!
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
November 08, 2014, 12:51:09 AM
 #13

Haha! Amazing, Great work!

Can it somehow come with some usernames pre built in?  Grin

A community blacklist would be the way to go. I would have put some names in, but I don't want to show my bias too much.  Wink

It's easy enough to load a bitcointalk page from the bot with a curated community blacklist. If someone makes a new thread, I can cull the blacklist from the OP or first post therein, providing the post maintains consistent formatting and if the list and curation process look reasonable. It could refresh every half hour or something.

Yes you mean like a blacklist what the devs don't want their investor to know ? I bet you are .
Scamers are trying to get in control again, once they were exposed for everyone to see. Such embarrassing so weak  wow

XSTerminate was developed by a xst supporter, not by someone from dev team.
deletebot (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 08, 2014, 01:11:11 AM
Last edit: November 08, 2014, 01:23:37 AM by deletebot
 #14

You want to fix the FUD problem on bitcointalk ? Easy, just integrate the jail for newbie accounts for 2 weeks like it was the first time. So they have to wait first before they can just make 1 million fake accounts.

But, i think you rather don't want that because you can't hide yourself when they do this.

You have made 3 successive posts, two containing accusations about motives.

Posters like you are the reason I made this utility. If you didn't think you had an audience here, you wouldn't make a post. You are leeching off my work and my product for your soapbox and accusations. Go create your own thread with your own work and then post your rants there once your product drives an audience. You'll see that no one stops you. That's free speech.

In fact, fork my product if you don't have time to develop your own. It's open source with a very permissive license. You'll find that I won't have any problem with what you do as long as you keep the license intact. I won't even come after you if you forget to put in "(c) 2014, deletebot All rights reserved".

I suggested a community blacklist and did not offer any accounts for the luser list. I singled out no users anywhere. Except for my bias towards XST, I don't show any bias here. I haven't spoken negatively of anyone or any coin. If this was about giving XST some sort of advantage, I would have kept it a secret and shared it with the team instead of making it as open as I could. So please end your accusations and your questions of motives.

If a community makes a black list, it won't hurt free speech. Posters will reform the way they post to avoid getting on a community blacklist. That would promote civil discourse over time, which is something sorely lacking from bitcointalk at the moment.
WhiteNotWright
Full Member
***
Offline Offline

Activity: 196
Merit: 100

Fibre Knight


View Profile
November 08, 2014, 01:46:35 AM
 #15


"Give me fuel, give me FIBRE, give me that which I desire."
https://twitter.com/whitenotwright
tx42
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
November 08, 2014, 08:54:06 AM
 #16


Oh man. This is perfect.

█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
..EARN FREE BREAKOUT COINS SIG CAMPAIGN LIVE !!
█    █     ██    ███     ███    ████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████     ███     ███    ██     █    █
rugrats
Sr. Member
****
Offline Offline

Activity: 700
Merit: 250


Leading Crypto Sports Betting & Casino Platform


View Profile
November 08, 2014, 09:18:39 AM
 #17


If a community makes a black list, it won't hurt free speech. Posters will reform the way they post to avoid getting on a community blacklist. That would promote civil discourse over time, which is something sorely lacking from bitcointalk at the moment.


Behavior modification achieved through censorship and/or the threat of? Splendid. More power to anonymous devs!
Reminds me of George Orwell's 1984.

• "We do not merely destroy our enemies, we change them. Do you understand what I mean by that?"
• "We do not destroy the heretic because he resists us; so long as he resists us we never destroy him. We convert him, we capture his inner mind, we reshape him."

█▀▀▀▀▀











█▄▄▄▄▄
.
Stake.com
▀▀▀▀▀█











▄▄▄▄▄█
   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
█▀▀▀▀▀











█▄▄▄▄▄
.
PLAY NOW
▀▀▀▀▀█











▄▄▄▄▄█
leewilson
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
November 08, 2014, 09:58:50 AM
 #18


If a community makes a black list, it won't hurt free speech. Posters will reform the way they post to avoid getting on a community blacklist. That would promote civil discourse over time, which is something sorely lacking from bitcointalk at the moment.


Behavior modification achieved through censorship and/or the threat of? Splendid. More power to anonymous devs!
Reminds me of George Orwell's 1984.

• "We do not merely destroy our enemies, we change them. Do you understand what I mean by that?"
• "We do not destroy the heretic because he resists us; so long as he resists us we never destroy him. We convert him, we capture his inner mind, we reshape him."

Nail on the head. Scary times.

“If you tell a lie big enough and keep repeating it, people will eventually come to believe it. The lie can be maintained only for such time as the State BlockNet can shield the people from the political, economic and/or military consequences of the lie. It thus becomes vitally important for the State BlockNet to use all of its powers to repress dissent, for the truth is the mortal enemy of the lie, and thus by extension, the truth is the greatest enemy of the State BlockNet.” - Joseph Goebbels
CaptainCrapper
Full Member
***
Offline Offline

Activity: 462
Merit: 100


View Profile
November 08, 2014, 02:43:44 PM
 #19


If a community makes a black list, it won't hurt free speech. Posters will reform the way they post to avoid getting on a community blacklist. That would promote civil discourse over time, which is something sorely lacking from bitcointalk at the moment.


Behavior modification achieved through censorship and/or the threat of? Splendid. More power to anonymous devs!
Reminds me of George Orwell's 1984.

• "We do not merely destroy our enemies, we change them. Do you understand what I mean by that?"
• "We do not destroy the heretic because he resists us; so long as he resists us we never destroy him. We convert him, we capture his inner mind, we reshape him."

This is comparing apples to oranges. In Crypto-Land, all it takes is a few posts to destroy a coin. There are many out there who make it a mission to destroy competing coins. This have become very problematic in the realm of alt-coins, especially those in the race for the best anonymity. I admit that I have been guilty of this myself, though it was a matter of retaliation. Letting the free market decide without people FUDing competing cryptos endlessly is actually not a bad idea at all.
The proof will be in the pudding.
deletebot (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 08, 2014, 07:17:30 PM
Last edit: November 08, 2014, 07:30:05 PM by deletebot
 #20


If a community makes a black list, it won't hurt free speech. Posters will reform the way they post to avoid getting on a community blacklist. That would promote civil discourse over time, which is something sorely lacking from bitcointalk at the moment.
Behavior modification achieved through censorship and/or the threat of? Splendid. More power to anonymous devs!
Reminds me of George Orwell's 1984.

• "We do not merely destroy our enemies, we change them. Do you understand what I mean by that?"
• "We do not destroy the heretic because he resists us; so long as he resists us we never destroy him. We convert him, we capture his inner mind, we reshape him."

Nail on the head. Scary times.

Programmed thought using language. You should go back and read your Orwell again.

"threat"
"destroy"
"enemies"
"destroy"
"heretic"
"resists"
"destroy"
"capture"
"nail"
"scary"

With that language, you are either attempting to program or have been programmed.

Which is it?
Pages: [1] 2 3 »  All
  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!