tweepy-self 1.0.0b3__py3-none-any.whl → 1.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tweepy-self
3
- Version: 1.0.0b3
3
+ Version: 1.0.1
4
4
  Summary: Twitter (selfbot) for Python!
5
5
  Author: Alen
6
6
  Author-email: alen.kimov@gmail.com
@@ -1,4 +1,4 @@
1
- twitter/__init__.py,sha256=9KthivNBM-ooKWzAMCBOtC7HuwHLGyhrLeFvDf50vxg,581
1
+ twitter/__init__.py,sha256=hdrsdbH_qFhx6ro1ct79qF9SpkgFhxgbYUw9A4RVuec,684
2
2
  twitter/account.py,sha256=Vb9MCRxIQRODnefchXg3m0BGzQ1mEJnaL3xbv29zGTw,3294
3
3
  twitter/base/__init__.py,sha256=x0EHKv4q_FI6xEq2nL4V9s8P6VWr6IaHTqdH9sXB5d8,133
4
4
  twitter/base/client.py,sha256=7byb0Psai-dvg_ww6Y7uyE2hV1pfTU653hFgVdRiqXo,478
@@ -10,6 +10,6 @@ twitter/utils/__init__.py,sha256=pyhQXwTdp0HFwV_UNF4dTyklLD9RtaefA16SrQXeNlg,589
10
10
  twitter/utils/file.py,sha256=-6n8I8KWDlntfciJJsfIeOi0gmqoHRIe1ldIx1ynGUE,1118
11
11
  twitter/utils/html.py,sha256=Cs55MxVyZLSKiCEj11ALUrnCW9ADZ4CEDCE0gKESzO0,1627
12
12
  twitter/utils/other.py,sha256=4NaGd2CIJVrDiW17shcrDlJRqFkQNbBSTiiH7kNWcww,559
13
- tweepy_self-1.0.0b3.dist-info/METADATA,sha256=mCNCLjlN0y6pbtNpJGl9pC2UQU3IpF3DqfD4O8uL2ZY,9141
14
- tweepy_self-1.0.0b3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
15
- tweepy_self-1.0.0b3.dist-info/RECORD,,
13
+ tweepy_self-1.0.1.dist-info/METADATA,sha256=VZSfr-iUZQ11lIY9jpgPeJmmN2dzUXSqHugLAWRTy_4,9139
14
+ tweepy_self-1.0.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
15
+ tweepy_self-1.0.1.dist-info/RECORD,,
twitter/__init__.py CHANGED
@@ -24,3 +24,7 @@ __all__ = [
24
24
  import warnings
25
25
  # HACK: Ignore event loop warnings from curl_cffi
26
26
  warnings.filterwarnings('ignore', module='curl_cffi')
27
+
28
+
29
+ from python3_capsolver.core import config
30
+ config.APP_ID = "6F895B2F-F454-44D1-8FE0-77ACAD3DBDC8"