GithubHelp home page GithubHelp logo

twitchtv-bots-list's People

Contributors

arrowgent avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

twitchtv-bots-list's Issues

I'm not a bot

I was listed on this list (oozebrood) however I'm not a bot. Please update.

[script]: enable tmpfs for file management

BOT NAME

me you i we they

verify

change $HOME folder for writing files to a tmpfs
to reduce writing to disk/ssd
hold everything in ram, possibly faster
only need 1-5mb ram to work on files

caveats? need to write final files to disk for storage. otherwise destroy tmpfs once its usage is complete
might require sudo, if it requires sudo then abandon idea...

Version

user

What system are you seeing the bot on?

Botlist

log output

No response

CODE

  • i am human

[Bot]: aliceydra

BOT NAME

aliceydra

verify

This bot is in my channel 24/7 and is in several other channels 24/7 (Images from 2 channels below)
image
image

Version

BOT

What system are you seeing the bot on?

TWITCH

log output

No response

CODE

  • i am human

[script]: redesign script for automatic daily run

BOT NAME

cron

verify

idea to rework the existing twlist script (autotwlist) to enable running it as a daily cronjob

daily 12-24 hours would enable catching some of the sneaky suspects that disappear every other day (eg)
reduce my manual running the script to press B) A) D) manually for review.

additional output a log of the Diff to show new accounts detected

Version

user

What system are you seeing the bot on?

Botlist

log output

download size of the individual files and accessing the URL 3 or 4 times during operation is very minimal
under 500KB.  the largest is the json of additional userdata that is discarded.

CODE

  • i am human

[Bot]: periodic removal of names

BOT NAME

old as dust

verify

occasionally i should go through this list and remove old names that are not being used

i can quickly test this with twitch-dl tool

twitch-dl videos $username

put it on a for read $line loop and report any missing users on twitch

but eh... just ban everyone, simple and effective historical documents.

Version

user

What system are you seeing the bot on?

Botlist

log output

ARRRRR MATEY

CODE

  • i am human

[Bot]: irc /ban py

BOT NAME

twitch

verify

https://github.com/arrowgent/Twitchtv-Bots-List/blob/main/scripts/twitchautoban.py

twitch changed the irc command "/ban" to the helix api
requires re-writing the python3 script

https://dev.twitch.tv/docs/api/reference/#ban-user

Version

user

What system are you seeing the bot on?

TWITCH, Other

log output

curl -X POST 'https://api.twitch.tv/helix/moderation/bans?broadcaster_id=1234&moderator_id=5678' \
-H 'Authorization: Bearer token-oauth' \
-H 'Client-Id: code' \
-H 'Content-Type: application/json' \
-d '{"data": {"user_id":"9876","reason":"no reason"}}'

CODE

  • i am human

[Bot]:

BOT NAME

midsooooooooon

verify

3 days old account, has over 250 follows and no videos, was lurking in my chat even when I was offline

Version

BOT

What system are you seeing the bot on?

TWITCH

log output

No response

CODE

  • i am human

False positive

Hey there, I was trying to open my channel and ended up typing it into google and I saw this repo popup, apparantly my channel had been added here?

I'm about 99.99% sure I am in fact human. hopefully i don't find out the opposite lol.
channel

Thanks in advance, Error.

Removal request for "nightmarejoker2"

Hello,

The user NightmareJoker2 is not a bot.
Please remove the username from the list following the instructions at https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
While it is regularly present in ~600 channels, the user usually has the channel open and is watching.
In fact, you'd do good to put that username on a list of users of known safe users to unban, unrestrict, and unmark as suspicious instead.

I would also strongly urge you to leave the other bots alone.

Thank you.

SoundofRaindrops not a bot

Hello. I came from the ** raid. I have been banned from random streams since I have been put on a bot list. I am not a bot. I have had this account since 2015 and is not a new one. Unfortunately for me even after I explained that to a few mods the appeal has been rejected but I guess I can't do much about that.

My account is falsly listed as a bot

Hi, my twitch account arctlco is listed as a bot, this may be because my account was hacked a few months ago.
Please remove it from your list, as I've been falsly banned from a ton of channels...

Many False Positives!!!

Please Check this list for False Positives like "teischente" and also add more known moderating bots to the whitelist like ohbot or fossabot

opontifex (Twitch streamer)

I've been a streamer for 3 years, I'm not a bot. It's incredible how easy this is to verify and how they replicate this false information.

script verify remove broken?

BOT NAME

twlist

verify

                                echo "${line%%#*}" user removed;
                                cat $list|grep -qi "${line%%#*}"|xargs sed -i -s -r "s/\b${line%%#*}\b//gI" "$list";

does not remove from list

Version

user

What system are you seeing the bot on?

Botlist

log output

No response

CODE

  • i am human

[Bot]: pokemoncommunitygame

BOT NAME

pokemoncommunitygame

verify

pokemoncommunitygame -- first showed up on twitch insights
reported used by extension and moderator of channels and used by streamers & chat

remove.

Version

user

What system are you seeing the bot on?

TWITCH

log output

PokemonCommunityGame TwitchLit A wild Lurantis appears TwitchLit Catch it using !pokecatch (winners revealed in 90s)

CODE

  • i am human

False positive

agent347 isnt a bot, had to correct a twitch bot ban today.

False Positive (Twitch Staff)

I got a false positive on "swiftyspiffy", when trying to ban them it's not possible with a notification that they are staff.

[Bot]: ElenaBerry

BOT NAME

elenaberry

verify

I've appeared on the twitch insights bot list as well as this one.

Was doing tests and I had it connect to hundreds of channels to gather chat data to feed to my parser so I could perfect it.

I stopped worked on the bot a few months ago, as I've stopped watching a specific streamer as much, which was the primary channel for the bot, and instead have started streaming again myself.

The code for my bot can be found at https://github.com/elenawinters/Elenabot
The code that did the auto-connecting can be found here (commented out): https://github.com/elenawinters/Elenabot/blob/master/bot.py#L45

For debugging, the connection flow was

  1. Fetch all channels currently live on https://hasroot.com/ using a web scrapping technique. (code for this is not on github and is lost due to hard disk failure)
  2. Connect to all of them.
  3. Connect to all chat rooms of chatters in every chat.

This only ran when in a debug environment.

I have no intentions of working on the bot anymore at scale, as I have a database of all of the IRC messages that occurred when in debug mode and can test against the database instead of active chatrooms whenever I feel like picking up the project again.

I completely understand if you wish to keep me on the botlist.
Apologies if this is the wrong format to file for this.

Version

user

What system are you seeing the bot on?

Botlist

log output

No response

CODE

  • i am human

[Bot]: aeroverra

BOT NAME

aeroverra

verify

a bot infestation:

Twitch Username Last Seen In x Live Channels Last Seen At
aeroverra 8,167 Sat, 03 Dec 2022 15:16:58 GMT

Twitch Username Last Seen In x Live Channels Last Seen At
aeroverra 8,167 Sat, 03 Dec 2022 15:16:58 GMT

https://github.com/Aeroverra/Twitchtv-Bots-List/commit/726a8effcdfa7eec71eabe40b528924ceb0417d9

bot creator copied (not forked) and cloned my repo.

beware...

i have no license, it is public domain, you can do this
but you expose yourself to fraud

Version

BOT

What system are you seeing the bot on?

Other

log output

Dec 3 2022
"9 hours ago"

CODE

  • i am human

[Bot]: create separate userid list

BOT NAME

1234567890 botuser

verify

consider creating a secondary list for tracking userid

ex:

1234567890 botname1 1/1/1999
1234567890 botname2 1/1/2000
1234567890 botname3 6/6/1996

date irrelevant, an example if a bot changes name

Version

BOT

What system are you seeing the bot on?

TWITCH

log output

a script to pull userid and store it
appending and alphanumeric storage

starting with
0000 aname
0000 zname
ending
9999 zname

example

CODE

  • i am human

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.