mirror of
https://github.com/cquest/tootbot.git
synced 2025-02-22 18:38:24 +00:00
Compare commits
4 Commits
994ef0ab2a
...
3b948146ff
Author | SHA1 | Date | |
---|---|---|---|
|
3b948146ff | ||
|
66d688f698 | ||
|
f8faa5abcd | ||
|
ca4feb31ce |
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal 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"
|
|
@ -24,19 +24,17 @@ The script is simply called by a cron job and can run on any server (does not ha
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```python
|
```shell
|
||||||
# clone this repo
|
# clone this repo
|
||||||
git clone https://github.com/cquest/tootbot.git
|
git clone https://github.com/cquest/tootbot.git
|
||||||
cd tootbot
|
cd tootbot
|
||||||
|
|
||||||
# install required python modules
|
# install required python modules
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
|
||||||
|
|
||||||
# install additional required software
|
# install additional required software
|
||||||
|
sudo apt install jq
|
||||||
apt install jq
|
```
|
||||||
|
|
||||||
|
|
||||||
## Useage
|
## Useage
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# 3- mastodon password
|
# 3- mastodon password
|
||||||
# 4- instance domain (https:// is automatically added)
|
# 4- instance domain (https:// is automatically added)
|
||||||
# 5- max age (in days)
|
# 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 geonym_fr geonym@amicale.net **password** test.amicale.net
|
||||||
python3 tootbot.py cq94 cquest@amicale.net **password** test.amicale.net
|
python3 tootbot.py cq94 cquest@amicale.net **password** test.amicale.net
|
||||||
|
|
Loading…
Reference in New Issue
Block a user