|
1 рік тому | |
---|---|---|
tootlogger | 1 рік тому | |
.gitattributes | 2 роки тому | |
.gitignore | 2 роки тому | |
.tool-versions | 1 рік тому | |
LICENSE.txt | 2 роки тому | |
MANIFEST.in | 2 роки тому | |
Makefile | 2 роки тому | |
Pipfile | 2 роки тому | |
Pipfile.lock | 1 рік тому | |
README.md | 2 роки тому | |
setup.cfg | 2 роки тому | |
setup.py | 2 роки тому | |
tootlogger.toml.example | 2 роки тому | |
versioneer.py | 2 роки тому |
Take all your toots and make a DayOne journal entry.
This saves the last seen toot id so subsequent runs will only show all the toots since then. If you miss a day of running this it, it will backfill up to the pagination limit.
brew install python
pip3 install tootlogger
You will need to manually generate your access token and create a config file
/settings/applications
and create the new app
access_token
$HOME/.tootlogger.toml
tootlogger.toml
in the local directory you run the command from["account_name"]
instance = "https://mastodon.social"
access_token = "really big string"
["cool account @ bofh.lol"]
instance = "https://bofh.lol"
access_token = "different big string"
tootlogger
to log all of your toots to DayOne