Keeping Tabs With The Hashnode Writeathon (THW)
Project description
THW Info Tabs (Updater)
The Hashnode Writeathon Python Module & API CONNECTOR
This is a simple THW updater that I created for learning purposes during the challenge;
Usage
Use one of the following APIs to test the different Hashtags
Web 3: https://hashnode.com/api/feed/tag/thw-web3
Web Apps: https://hashnode.com/api/feed/tag/thw-web-apps
Mobile Apps: https://hashnode.com/api/feed/tag/thw-mobile-apps
Cloud Computing: https://hashnode.com/api/feed/tag/thw-cloud-computing
API_URLs = ['https://hashnode.com/api/feed/tag/thw-cloud-computing',
'https://hashnode.com/api/feed/tag/thw-mobile-apps',
'https://hashnode.com/api/feed/tag/thw-web3',
'https://hashnode.com/api/feed/tag/thw-web-apps'
]
code
pip install thwInfoTabs
import
URL = 'https://hashnode.com/api/feed/tag/thw-web3'
web_three = THW(URL).count()
print(web_three)
Expected output;
......
There are currently 95 posts written!
....
The output depends at a time of running this;
Refer to Tests File for more examples;
Read Blog-Series here; https://blog.octachart.com/series/tabs-with-thw
Star this repo if you learnt something from my mini-series
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 thwAPITabs-1.1.0.tar.gz.
File metadata
- Download URL: thwAPITabs-1.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cd8c41105b326fe1fb8f4db3a7e79256c8fee0083ad0a32a51bdcf5b2fdf2ba
|
|
| MD5 |
285795863fb970f7e3b89dcd9958e516
|
|
| BLAKE2b-256 |
1fa264cea13434188a0b40c1020bccf1ce84b1a22560a4bfbabd39bb503f2a26
|
File details
Details for the file thwAPITabs-1.1.0-py3-none-any.whl.
File metadata
- Download URL: thwAPITabs-1.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
977ae6df445d8da7e3e76c99030130b44f55ef2f61b76e25b6d9b408492d9bbc
|
|
| MD5 |
504f41e23fd164858ccf5c71e43a23d5
|
|
| BLAKE2b-256 |
4ab603046fb1f2f777cfda1e40117fbfb02f5a25f3a2955a3362cae266eda9a0
|