developersIndia / deviras

🤖 Scripts to automate stuff around the r/developersIndia forum
https://developersindia.github.io/deviras/
MIT License
10 stars 4 forks source link

Ability to post weekly/bi-weekly job threads (new script) #8

Closed Bhupesh-V closed 1 year ago

Bhupesh-V commented 1 year ago

Feature details?

Since developersIndia now have an official job board, we would like to regularly post about new jobs to our subreddit.

We can consume the job board's RSS feed for this

https://developersindia.in/?feed=job_feed&job_types=freelance%2Cfull-time%2Cinternship%2Cpart-time&search_location&job_categories

Couple of things to note:

Code of Conduct

git-bruh commented 1 year ago

Hey, I can probably help with this. AFAICT, the script just has to make a single container post per week and post comments on that post corresponding to new job postings, is that correct? Also, is this going to be integrated in a github action so that it could be used by say, a CRON job to get new job postings for the week?

Bhupesh-V commented 1 year ago

Hey, I can probably help with this. AFAICT, the script just has to make a single container post per week and post comments on that post corresponding to new job postings, is that correct? Also, is this going to be integrated in a github action so that it could be used by say, a CRON job to get new job postings for the week?

  1. The post will resemble this example post (Structure wise) https://www.reddit.com/r/developersIndia/comments/10tnhfi/dont_miss_out_on_these_job_opportunities_weekly/.
  2. Yes, we will automate the execution using cron expressions on actions, (example)

LMK if you are interested to work on this.

git-bruh commented 1 year ago

Yeah I'd like to work on it, shouldn't take too much time