|
пре 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