# Disabling Notifications for Retweets and/or Quote Tweets for the Twitter Scraper

## Disabling retweets for a user

To disable retweets for a user you need to use the `twitter disable retweets` command. This command requires the name of the user you wish to disable retweets for. Example:

```
!m twitter disable retweets tempomonitors
```

## Disabling quote tweets for a user

To disable quote tweets for a user you need to use the `twitter disable quotetweets` command. This command requires the name of the user you wish to disable quote tweets for. Example:

```
!m twitter disable quotetweets tempomonitors
```

## Enabling retweets for a user

To enable retweets for a user you need to use the `twitter enable retweets` command. This command requires the name of the user you wish to enable retweets for. Example:

```
!m twitter enable retweets tempomonitors
```

## Enabling quote tweets for a user

To enable quote tweets for a user you need to use the `twitter enable quotetweets` command. This command requires the name of the user you wish to enable quote tweets for. Example:

```
!m twitter enable quotetweets tempomonitors
```

## View users with disabled retweets and/or quote tweets

You can view a list of all the users you have disabled retweets and/or quote tweets for, using the `twitter disable running` command. Example:

```
!m twitter disable running
```
