Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/Hashtags-Extract/blob/main/LICENSE
Installation
pip install Hashtags-Extract
Usage
["#SupportOpensource"] # without # print(hashtags_extract.hashtags(string, hash=False)) # => ["SupportOpensource"] ">
importhashtags_extractstring="Hello, #SupportOpensource"# with #print(hashtags_extract.hashtags(string))
# => ["#SupportOpensource"]# without #print(hashtags_extract.hashtags(string, hash=False))
# => ["SupportOpensource"]
This tool helps is to quickly investigate a huge set of onion sites based by checking its availability which helps to filter out the inactive sites and collect the site title that might helps us to categories what site we are handling.
This module can read, modify, and write a .pbxproj file from an Xcode 4+ projects. The file is usually called project.pbxproj and can be found inside the .xcodeproj bundle. Because some task cannot be done by clicking on an UI or opening Xcode to do it for you, this python module lets you automate the modification process.
Releases(v1.0.4)
v1.0.4(Dec 6, 2021)
What's Changed
Update Readme by @FayasNoushad in https://github.com/FayasNoushad/Hashtags-Extract/pull/9
Full Changelog: https://github.com/FayasNoushad/Hashtags-Extract/compare/v1.0.3...v1.0.4