Extract details of a (visual studio, vscode, azure devops) extension from https://marketplace.visualstudio.com
Project description
Extension title: title: STRING
Extension publisher name: publisher_name: STRING
Extension main image/logo: default_image: URL
Number of installs: installs: INTEGER
Installation
You can install using pip.
pip install marketplace-scrapper
Usage
In python code.
Import the main function.
import vscrap
details = vscrap.get_extension_details('muremwa.read-urls')
The main function returns a dict with the details as described above.
{
'title': 'django-read-urls',
'publisher_name': 'muremwa',
'default_image': 'https://cdn./*',
'installs': 1010
}
In command line
Use the scrap.extension module and add one argument, the extension ID.
python -m scrap.extension muremwa.read-urls
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marketplace-scrapper-0.0.1.tar.gz.
File metadata
- Download URL: marketplace-scrapper-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e77f9c8a429d29059066ee2d73bd24e048ad239c6733ebd03fdb6dfe08490300
|
|
| MD5 |
79b50986046428294023a0bf7dad561b
|
|
| BLAKE2b-256 |
81befe7b0b42ff399a09d11c81c7d72bcf34a2fb60a80a4059951fa475288fb3
|
File details
Details for the file marketplace_scrapper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: marketplace_scrapper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ce3e9a18bc55d512f491c0619e95629ccf2a097407771f80ee7d60b1ce19033
|
|
| MD5 |
cd42a1bda1e5661d2d58c0ac210c59f7
|
|
| BLAKE2b-256 |
d62a804c4b43cac1d2217c2f75c108eeff6c980ee5ea24ebbb573f1296d74ef0
|