tweepy-self 1.0.0b3__tar.gz → 1.0.1__tar.gz

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,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tweepy-self"
3
- version = "1.0.0.b3"
3
+ version = "1.0.1"
4
4
  description = "Twitter (selfbot) for Python!"
5
5
  authors = ["Alen <alen.kimov@gmail.com>"]
6
6
  readme = "README.md"
@@ -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"
File without changes