Metadata-Version: 2.1
Name: xspamguard
Version: 1.1.1
Summary: X-SpamGuard is a command-line utility tool designed for mass muting/blocking engagement spammers on X(twitter).
Home-page: https://github.com/rohsec/X-SpamGuard
Download-URL: https://github.com/rohsec/X-SpamGuard/archive/v1.1.1.zip
Author: rohsec
License: GNU Affero General Public License v3.0
Keywords: twitter,block,blocker,twitter mute,X blocker,user block,Twitter
Classifier: Topic :: Security
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests

![xspamguardbanner](https://github.com/rohsec/X-SpamGuard/assets/63975446/85bf7fcd-06aa-41a3-b2bf-99e9627418de)


# X-SpamGuard

X-SpamGuard is a command-line utility tool designed for mass muting/blocking of engaggment spammers, reply spammers without the requirment of any premium/paid Twitter API.
The project uses publicly curated list of known enggament spammers who are actively clickbaiting and spamming the comment section with completely unrelated videos from the [X-SpamWatch](https://github.com/rohsec/X-SpamWatch) dataset

## Getting Started

### Prerequisites

X-SpamGuard is built using Python scripting language and requires the following tools to be installed on your system:

- Python3
- requests (pip install requests)

### Installation

Via PyPi:
```
pip install xspamguard
```

### Usage

```
xspamguard -c cookiefile.txt -t Auth_token -m [mute/block]
```
#### Options:
```
X(Twitter) Mass Spam Blocker

options:
  -h, --help            show this help message and exit
  -m {mute,block}, --mode {mute,block}
                        Spam Fight Mode (default: mute)
  -c C, --cookie C      File containing valid cookies
  -t TOKEN, --token TOKEN
                        Your Auth Bearer token

```

## Screnshots


## License

X-SpamGuard is licensed under the [MIT License](https://github.com/<username>/<repo>/blob/main/LICENSE).

## Contributing

If you would like to contribute to X-SpamGuard, please feel free to fork the repository, make your changes, and submit a pull request. 











