update docstrings
This commit is contained in:
parent
4996756f12
commit
1273b0ca61
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Facebook Messenger messages
|
||||
Facebook Messenger messages
|
||||
|
||||
Uses output for input data [[https://github.com/karlicoss/fbmessengerexport][fbmessengerexport]].
|
||||
"""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Feedbin RSS reader
|
||||
Feedbin RSS reader
|
||||
"""
|
||||
|
||||
from .common import listify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Fedly RSS reader
|
||||
Feedly RSS reader
|
||||
"""
|
||||
|
||||
from .common import listify
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Google Takeout data
|
||||
Google Takeout data
|
||||
"""
|
||||
|
||||
import json
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for accessing photos and videos, with their GPS and timestamps
|
||||
Photos and videos on your filesystem, their GPS and timestamps
|
||||
"""
|
||||
|
||||
# pip install geopy magic
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Reddit data: saved items/comments/upvotes etc
|
||||
Reddit data: saved items/comments/upvotes etc
|
||||
"""
|
||||
from . import init
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
Module for Twitter (uses official twitter archive export)
|
||||
Twitter data (uses official twitter archive export)
|
||||
|
||||
See https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue