Skip to content

Commit 37bd67d

Browse files
author
Aaron Gonzales
committed
updated links to new twitterdev location
1 parent 2fcda33 commit 37bd67d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ We will soon handle releases via PyPy, but you can also install the current mast
2626

2727
.. code:: bash
2828
29-
pip install git+https://github.com/tw-ddis/twitter_search_api.git
29+
pip install git+https://github.com/twitterdev/twitter_search_api.git
3030
3131
Or the development version locally via
3232

3333
.. code:: bash
3434
35-
git clone https://github.com/tw-ddis/twitter_search_api.git
35+
git clone https://github.com/twitterdev/twitter_search_api.git
3636
cd twitter_search_api
3737
pip install -e .
3838
@@ -145,7 +145,7 @@ Working with the API within a Python program is straightforward both for
145145
Premium and Enterprise clients.
146146

147147
Our group's python `tweet parser
148-
library <https://github.com/tw-ddis/tweet_parser>`__ is a requirement.
148+
library <https://github.com/twitterdev/tweet_parser>`__ is a requirement.
149149

150150
Prior to starting your program, an easy way to define your secrets will
151151
be setting an environment variable. If you are an enterprise client,

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656

5757
# General information about the project.
5858
project = 'twitter search api'
59-
copyright = '2017, tw-ddis'
60-
author = 'tw-ddis'
59+
copyright = '2017, twitterdev'
60+
author = 'twitterdev'
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
@@ -140,7 +140,7 @@
140140
# author, documentclass [howto, manual, or own class]).
141141
latex_documents = [
142142
(master_doc, 'twittersearch.tex', 'twitter search api Documentation',
143-
'tw-ddis', 'manual'),
143+
'twitterdev', 'manual'),
144144
]
145145

146146

@@ -186,7 +186,7 @@
186186
# Note the "1" or "True" value above as the third argument to indicate
187187
# an arbitrary url.
188188
'navbar_links': [
189-
("Github", "https://github.com/tw-ddis/twitter_search_api", True),
189+
("Github", "https://github.com/twitterdev/twitter_search_api", True),
190190
],
191191

192192
# Render the next and previous page links in navbar. (Default: true)

examples/api_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"Working with the API within a Python program is straightforward both for Premium and Enterprise clients.\n",
1010
"\n",
11-
"Our group's python [tweet parser library](https://github.com/tw-ddis/tweet_parser) is a requirement.\n",
11+
"Our group's python [tweet parser library](https://github.com/twitterdev/tweet_parser) is a requirement.\n",
1212
"\n",
1313
"\n",
1414
"Prior to starting your program, an easy way to define your secrets will be setting an environment variable. If you are an enterprise client, your authentication will be a (username, password) pair. If you are a premium client, you'll need to get a bearer token that will be passed with each call for authentication.\n",

examples/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Working with the API within a Python program is straightforward both for
66
Premium and Enterprise clients.
77

88
Our group's python `tweet parser
9-
library <https://github.com/tw-ddis/tweet_parser>`__ is a requirement.
9+
library <https://github.com/twitterdev/tweet_parser>`__ is a requirement.
1010

1111
Prior to starting your program, an easy way to define your secrets will
1212
be setting an environment variable. If you are an enterprise client,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(name='twittersearch',
44
description="Wrapper for Twitter's Premium and Enterprise search APIs",
5-
url='https://github.com/tw-ddis/twitter_search_api',
5+
url='https://github.com/twitterdev/twitter_search_api',
66
author='Fiona Pigott, Jeff Kolb, Josh Montague, Aaron Gonzales',
77
long_description=open('README.rst', 'r').read(),
88
author_email='agonzales@twitter.com',

0 commit comments

Comments
 (0)