Name | youtbe JSON |
Version |
1.0.1
JSON |
| download |
home_page | |
Summary | Package to Scrap Stats from Youtube Video |
upload_time | 2023-06-20 18:44:05 |
maintainer | |
docs_url | None |
author | vardxg |
requires_python | |
license | |
keywords |
python
video
stats
video stats
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# youtbe
Developed by vardxg aka Fhivo (c) 2023
## Examples of How To Use (Alpha Version)
How To Start
```python
from youtbe import videoStats
from youtbe import banner
from vardxg import Center, Colors, Write # For Color, Style etc
# Supported link formats are: https://www.youtube.com/watch?v=kffacxfA7G4, and Mobile Links
#Only links like this please! because my api automatically pulls the videoid from the link.
odin = banner() # Define the Banner as logo
Write.Print(Center.XCenter(odin), Colors.red, interval=0) # Prints the Banner Centered, cuz the Fuctions Provided
result = videoStats(input("\n Link >>> "))
print(result)
```
if u have Questions, contact me on Telegram: https://t.me/Fhivo
Raw data
{
"_id": null,
"home_page": "",
"name": "youtbe",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,video,stats,video stats",
"author": "vardxg",
"author_email": "<dev@vardxg.com>",
"download_url": "https://files.pythonhosted.org/packages/a3/69/6492a470486682ecb110f125a18843c4b84b719df98eb6154cc62250ebc0/youtbe-1.0.1.tar.gz",
"platform": null,
"description": "\r\n# youtbe\r\n\r\n\r\n\r\nDeveloped by vardxg aka Fhivo (c) 2023\r\n\r\n\r\n\r\n## Examples of How To Use (Alpha Version)\r\n\r\n\r\n\r\nHow To Start\r\n\r\n\r\n\r\n```python\r\n\r\nfrom youtbe import videoStats\r\n\r\nfrom youtbe import banner\r\n\r\nfrom vardxg import Center, Colors, Write # For Color, Style etc\r\n\r\n\r\n\r\n# Supported link formats are: https://www.youtube.com/watch?v=kffacxfA7G4, and Mobile Links\r\n\r\n#Only links like this please! because my api automatically pulls the videoid from the link.\r\n\r\n\r\n\r\nodin = banner() # Define the Banner as logo\r\n\r\n\r\n\r\nWrite.Print(Center.XCenter(odin), Colors.red, interval=0) # Prints the Banner Centered, cuz the Fuctions Provided\r\n\r\n\r\n\r\nresult = videoStats(input(\"\\n Link >>> \"))\r\n\r\n\r\n\r\nprint(result)\r\n\r\n\r\n\r\n```\r\n\r\nif u have Questions, contact me on Telegram: https://t.me/Fhivo\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Package to Scrap Stats from Youtube Video",
"version": "1.0.1",
"project_urls": null,
"split_keywords": [
"python",
"video",
"stats",
"video stats"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e6105d1c8aa64a2ce6314baae404a5c0acccf97876680ff3b9f69c21ecc68c03",
"md5": "43b2b3cca68ff2211d46db610812f780",
"sha256": "3047da1d73be631c160b309ece3d83ecc7fd6d0dd2385dba4e1527c3a8151e41"
},
"downloads": -1,
"filename": "youtbe-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "43b2b3cca68ff2211d46db610812f780",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2604,
"upload_time": "2023-06-20T18:44:04",
"upload_time_iso_8601": "2023-06-20T18:44:04.325030Z",
"url": "https://files.pythonhosted.org/packages/e6/10/5d1c8aa64a2ce6314baae404a5c0acccf97876680ff3b9f69c21ecc68c03/youtbe-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3696492a470486682ecb110f125a18843c4b84b719df98eb6154cc62250ebc0",
"md5": "d58fedae02fc7b68eb6db738bebac24f",
"sha256": "e0251ea02d6293c67ab3266955538ccc9b77fe4df3e0e3ca12bbc3faae74c285"
},
"downloads": -1,
"filename": "youtbe-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "d58fedae02fc7b68eb6db738bebac24f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2550,
"upload_time": "2023-06-20T18:44:05",
"upload_time_iso_8601": "2023-06-20T18:44:05.722823Z",
"url": "https://files.pythonhosted.org/packages/a3/69/6492a470486682ecb110f125a18843c4b84b719df98eb6154cc62250ebc0/youtbe-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-20 18:44:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "youtbe"
}