Compare commits

...

4 Commits

Author SHA1 Message Date
Christian Quest
3b948146ff
Fix markdown layout 2022-12-07 11:46:09 +01:00
Christian Quest
66d688f698
Create dependabot.yml 2022-12-07 11:43:38 +01:00
Christian Quest
f8faa5abcd
Merge pull request #14 from jordanekay/master
Fix spelling in cron-sample.sh
2022-12-07 11:07:01 +01:00
Jordan Kay
ca4feb31ce
Fix spelling in cron-sample.sh 2022-11-10 11:10:02 -05:00
3 changed files with 15 additions and 6 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@ -24,19 +24,17 @@ The script is simply called by a cron job and can run on any server (does not ha
## Setup
```python
```shell
# clone this repo
git clone https://github.com/cquest/tootbot.git
cd tootbot
# install required python modules
pip3 install -r requirements.txt
```
# install additional required software
apt install jq
sudo apt install jq
```
## Useage

View File

@ -7,7 +7,7 @@
# 3- mastodon password
# 4- instance domain (https:// is automatically added)
# 5- max age (in days)
# 6- footer tags to add (optionnal)
# 6- footer tags to add (optional)
python3 tootbot.py geonym_fr geonym@amicale.net **password** test.amicale.net
python3 tootbot.py cq94 cquest@amicale.net **password** test.amicale.net