![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
unofficial api to get information from camphub and other camp/competition news website. in thai
get an information about the camp and compettion currently available
aims to be used mainly on thailand event and compettion centered aroud tech and computer
I don't have intention to make it a scraper for commercial purpose I just want to share the information I found in discord faster
user of this project should only use it for personal use and not for commercial purpose
pip install camp_parser
from camp_parser import camphub_parser # or any thing thatREADME.rst we support
camp = camphub_parser('https://www.camphub.in.th/computer/') #page url
print(camp.info) #get the information
from camp_parser import camphub_parser # or any thing
camp = camphub_parser('https://www.camphub.in.th/computer/') # source page url default is None
data = camp.page_fetching('https://www.camphub.in.th/computer/', pages = 50) # Fetch 50 pages without MultiThreading
ndata = camp.page_fetching('https://www.camphub.in.th/computer/', pages = 50, workers = 8) # Enable Multiprocessing
#wotkers depend on your CPU core
{
'title': 'title of the camp',
'link': 'link to the camp page',
'small_description': 'mified description of the camp',
'type': 'event type (onsite/online/etc...)',
'organize_date': 'start date of the camp',
'register_deadline': 'last day yu can register to the camp',
'max_paticipants': '(string not number Ex. ไม่จำกัด, 200ค คน)',
'costs': 'cost of the camp Ex. ฟรี, 1000 บาท',
'paticipants_requirements': 'what you need to join the camp',
'organizer': 'who organize the camp',
'full_description': 'full description of the camp',
}
FAQs
unofficial api to get information from camphub and other camp/competition news website. in thai
We found that camp-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.