tweepy-self 0.1.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: tweepy-self
|
3
|
+
Version: 0.1.0
|
4
|
+
Summary: Twitter (selfbot) for Python!
|
5
|
+
Author: Alen
|
6
|
+
Author-email: alen.kimov@gmail.com
|
7
|
+
Requires-Python: >=3.11,<4.0
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
|
13
|
+
# Tweepy-self
|
14
|
+
|
15
|
+
https://github.com/alenkimov/better_automation
|
@@ -0,0 +1,15 @@
|
|
1
|
+
[tool.poetry]
|
2
|
+
name = "tweepy-self"
|
3
|
+
version = "0.1.0"
|
4
|
+
description = "Twitter (selfbot) for Python!"
|
5
|
+
authors = ["Alen <alen.kimov@gmail.com>"]
|
6
|
+
readme = "README.md"
|
7
|
+
packages = [{include = "tweepy-self"}]
|
8
|
+
|
9
|
+
[tool.poetry.dependencies]
|
10
|
+
python = "^3.11"
|
11
|
+
|
12
|
+
|
13
|
+
[build-system]
|
14
|
+
requires = ["poetry-core"]
|
15
|
+
build-backend = "poetry.core.masonry.api"
|
File without changes
|