From b59d0e9866d958538827f50c22322125d6db2fe9 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Thu, 15 Apr 2021 19:41:16 -0400 Subject: [PATCH] link to twarc --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8478d1..65e63dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # twarc-timelines -This module extends twarc to allow you to fetch the timelines for a list of +This module extends [twarc] to allow you to fetch the timelines for a list of users (either Twitter user_ids or usernames). By default the tweets will be written to a single file or stdout. diff --git a/setup.py b/setup.py index bb54529..46e79fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='twarc-timelines', - version='0.0.2', + version='0.0.3', url='https://github.com/docnow/twarc-timelines', author='Ed Summers', author_email='ehs@pobox.com',