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
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
Release history Release notifications | RSS feed
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.13.tar.gz
(20.2 kB
view details)
File details
Details for the file campbot-0.0.13.tar.gz
.
File metadata
- Download URL: campbot-0.0.13.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c6dd14ea144d9f1d9c86aff4e4bd353126d2cbd12975e52012a0fd50a44940be
|
|
MD5 |
ce027035ccd01fc278ce2d821e9c075c
|
|
BLAKE2b-256 |
d352fc7d00b4a4cf9184b8eabc01354a56e25dcab693be8be8324b0ff776e54f
|