Skip to content

Commit 8b5a9e9

Browse files
Update README.md
1 parent 5710c5a commit 8b5a9e9

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Habitica-todo
1+
# Habitica+Todoist
22

3-
This is intended to be a two-way sync of Habitica and todoist. Any tasks that can't be found in both services should appear on the others, with the same status. If you complete a task on one service, it should appear as completed on another. Tasks that are created on Habitica should be sent to the 'Inbox' project on Todoist.
3+
## __:warning: This script is a work in progress, and may or may not currently work!__
4+
5+
This is intended to be a two-way sync of Habitica and Todoist. Any tasks that can't be found in both services should appear on the others, with the same status. If you complete a task on one service, it should appear as completed on another. Tasks that are created on Habitica should be sent to the 'Inbox' project on Todoist.
46

57
AS A NOTE: in order to have two way syncing, you MUST have a paid copy of Todoist. It's not possible for me to port complete tasks from Todoist otherwise. If you do not have a paid copy of Todoist, the following will happen:
68

@@ -9,8 +11,6 @@ AS A NOTE: in order to have two way syncing, you MUST have a paid copy of Todois
911

1012
That means that if you create a task in Todoist and then check it off, right now it will _not_ send the points to Habitica.
1113

12-
I encourage people without paid todoist to pick up todoist-habitrpg, which doesn't care one way or the other. (I rather hope that kusold's success with that means that Habitica-todoist will be able to figure this out eventually, but right now that's my workaround.) Or you could pony up the $30 for a year's subscription of Todoist. I'm pretty sure it's worth it.
13-
1414
## INSTALLATION
1515

1616
There are two dependencies you'll need to install, and the commands to install them are as follows:
@@ -37,13 +37,6 @@ If you'd like to change how the sync interprets difficulty or priority, please e
3737

3838
Try running `python Habitica-todo/oneWaySync.py` in your terminal.
3939

40-
## INSPIRATION
41-
42-
I'd like to credit several existing apps that I pulled from in order to create this. Notably:
43-
44-
* Philadams' existing habitica app, for a lot of initial code and many helpful explanations of how to do things
45-
* The existing API!
46-
* Pytodoist
47-
* Dee Dee whose scriptabit which provided a lot of ideas
40+
## Credit
4841

49-
THANKS
42+
This program is a hard fork of [Habitica-Todo](https://github.com/eringiglio/Habitica-todo), with some fixes added. Habitica-Todo has been abandoned by its original author.

0 commit comments

Comments
 (0)