You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# Habitica-todo
1
+
# Habitica+Todoist
2
2
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.
4
6
5
7
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:
6
8
@@ -9,8 +11,6 @@ AS A NOTE: in order to have two way syncing, you MUST have a paid copy of Todois
9
11
10
12
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.
11
13
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
-
14
14
## INSTALLATION
15
15
16
16
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
37
37
38
38
Try running `python Habitica-todo/oneWaySync.py` in your terminal.
39
39
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
48
41
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