|
il y a 1 an | |
---|---|---|
tootlogger | il y a 1 an | |
.gitattributes | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.tool-versions | il y a 1 an | |
LICENSE.txt | il y a 2 ans | |
MANIFEST.in | il y a 2 ans | |
Makefile | il y a 2 ans | |
Pipfile | il y a 2 ans | |
Pipfile.lock | il y a 1 an | |
README.md | il y a 2 ans | |
setup.cfg | il y a 2 ans | |
setup.py | il y a 2 ans | |
tootlogger.toml.example | il y a 2 ans | |
versioneer.py | il y a 2 ans |
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