MIT License
-Copyright (c) 2009-2019 Joshua Roesslein
+Copyright (c) 2009-2020 Joshua Roesslein
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
# General information about the project.
project = u'tweepy'
-copyright = u'2009-2019, Joshua Roesslein'
+copyright = u'2009-2020, Joshua Roesslein'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# API Reference
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Authentication Tutorial
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Code Snippets
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Cursor Tutorial
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Extended Tweets
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Getting started
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Index
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Installation
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Parameters
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Running Tests
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Streaming With Tweepy
-# Copyright (C) 2009-2019, Joshua Roesslein
+# Copyright (C) 2009-2020, Joshua Roesslein
# This file is distributed under the same license as the Tweepy package.
# 악동분홍토끼 <pinkrabbit412@daum.net>, 2019.
#
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
"""
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import mimetypes
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import logging
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import logging
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import datetime
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
from tweepy.error import TweepError
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import six
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
from __future__ import absolute_import
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
import json as json_lib
# Tweepy
-# Copyright 2009-2019 Joshua Roesslein
+# Copyright 2009-2020 Joshua Roesslein
# See LICENSE for details.
# Appengine users: https://developers.google.com/appengine/docs/python/sockets/#making_httplib_use_sockets
# Tweepy
-# Copyright 2010-2019 Joshua Roesslein
+# Copyright 2010-2020 Joshua Roesslein
# See LICENSE for details.
from datetime import datetime