معرفی شرکت ها


camp-parser-1.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

unofficial api to get information from camphub and other camp/competition news website. in thai
ویژگی مقدار
سیستم عامل -
نام فایل camp-parser-1.1.1
نام camp-parser
نسخه کتابخانه 1.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده HRNPH
ایمیل نویسنده hirunkul2548@gmail.com
آدرس صفحه اصلی https://github.com/HRNPH/Camphub_api_unofficial
آدرس اینترنتی https://pypi.org/project/camp-parser/
مجوز MIT
# Usage 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 <strong>user of this project should only use it for personal use and not for commercial purpose</strong> ## Supported Site - https://www.camphub.in.th/ # Installation ```bash pip install camp_parser ``` # Usage ## Get CampInfro ```python 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 ``` ## Fetch many pages at once ```python 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 ``` ## Information structure ```python { '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', } ```


نحوه نصب


نصب پکیج whl camp-parser-1.1.1:

    pip install camp-parser-1.1.1.whl


نصب پکیج tar.gz camp-parser-1.1.1:

    pip install camp-parser-1.1.1.tar.gz