Skip to main content

Package for automatic edition of camptocamp.org

Project description

# CampBot

Bot framework for camptocamp.org

## Installation

```batch
pip install campbot
```

## Command line usage

### Export recent contribution

This command will load all contributions made in the last 24 hours

```batch
campbot contributions
```

Optional arguments :

* `-starts=2017-12-07` : will export all contributions after this date (included)
* `-starts=2017-12-07` : will export all contributions before this date (excluded)
* `--out=data.csv` : out file name, default value is `contributions.csv`


### Migrate BBCodes

```batch
campbot remove_bbcode <ids_file> --login=<login> --password=<password> [--delay=<seconds>] [--batch]
```

* *ids_files :* path to a file thtat contains document's ids to migrate. Format is :
```
id1 | w
id2 | r
```

* *batch :* do not ask confirmation before saving a document. Use very carefully
* *delay :* delay in second between each request. Defaut is 1 seconds.


### Check recent changes
Check that last day modifications pass these tests :

* History is filled
* No big deletions
* And all patterns present in the first message of topic where report should be posted

```batch
campbot check_recent_changes <message_url> --langs=<langs> --login=<login> --password=<password> [--delay=<seconds>]
```


### Check poll voters

Check that voters in a poll forum has at least one contribution during last 180 days

```batch
campbot check_voters <message_url> --login=<login> --password=<password>
```

<message_url> is the url of the massage that contains the poll you need to check



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

campbot-0.0.12.tar.gz (20.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page