From 87cd738f3ecec3a18ec2bf14def787508a26b155 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Thu, 17 Oct 2024 22:11:40 +0530 Subject: [PATCH] update hiring post title to mega-thread --- job-thread/main.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/job-thread/main.py b/job-thread/main.py index 46e46bc..31989a0 100644 --- a/job-thread/main.py +++ b/job-thread/main.py @@ -23,13 +23,13 @@ class Config: SUBREDDIT = "developersindia" POST_FLAIR = "Hiring" - POST_TITLE = f"Don't Miss Out on These Job Opportunities | Weekly Job Openings Thread | {strftime(STRFTIME_FORMAT)}" + POST_TITLE = f"Don't Miss Out on These Job Opportunities | Job Openings Mega-thread | {strftime(STRFTIME_FORMAT)}" POST_TEXT = """\ -This thread has all the latest job openings that haven't been posted on previous weekly threads. +This thread has all the latest job openings that haven't been posted on previous hiring mega threads. -If you have a job opening that you'd like to share with the community, you can post it using this link:- https://developersindia.in/post-a-job/ - -For all the available job openings, check out the Job Board at:- https://developersindia.in/job-board/ +- If you have a job opening that you'd like to share with the community, you can post it using [this link](https://developersindia.in/post-a-job/). +- For all the available job openings, check out our [Job Board](https://developersindia.in/job-board/). +- If you are looking for work, consider participating in our monthly ["Hire Me" megathreads](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Hire%20Me%22). Stay tuned for updates on the latest job openings, and apply for the ones that interest you. Wishing you the best of luck in your job search!\ """