mirror of
https://github.com/cquest/tootbot.git
synced 2025-02-23 10:58:25 +00:00
Compare commits
No commits in common. "3b948146ffa2961a8e385c478b75e2a9721fe907" and "994ef0ab2afdbf2ee232c11e9bc28be5997ccbde" have entirely different histories.
3b948146ff
...
994ef0ab2a
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -1,11 +0,0 @@
|
|||
# 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,17 +24,19 @@ The script is simply called by a cron job and can run on any server (does not ha
|
|||
|
||||
## Setup
|
||||
|
||||
```shell
|
||||
```python
|
||||
# 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
|
||||
sudo apt install jq
|
||||
```
|
||||
|
||||
apt install jq
|
||||
|
||||
|
||||
## Useage
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# 3- mastodon password
|
||||
# 4- instance domain (https:// is automatically added)
|
||||
# 5- max age (in days)
|
||||
# 6- footer tags to add (optional)
|
||||
# 6- footer tags to add (optionnal)
|
||||
|
||||
python3 tootbot.py geonym_fr geonym@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