Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
2024-01-03 20:20:40 +05:30
.github/workflows fix readme & disable AoC cron 2024-01-01 20:16:53 +05:30
.vscode 🚧 new script to update automod 2023-04-23 23:44:21 +05:30
aoc minor changes 2023-12-28 22:25:58 +05:30
automod_updater ignore files 2023-09-03 12:48:29 +05:30
community-threads use bold instead of code 2024-01-03 12:53:04 +05:30
idcard_update change "accidental production saboteurs" to "lgtm" 2024-01-03 01:14:24 +05:30
job_thread 🐛 ignore ssl check while fetching feed 2023-08-22 22:50:15 +05:30
showcase-sunday add automation to execute showcae sunday script everyday 2024-01-01 20:00:47 +05:30
user-flair-usage add new script, 2024-01-03 20:20:40 +05:30
verifier WIP showcase sunday megathread script 2023-12-27 20:35:31 +05:30
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2023-11-14 09:13:35 +00:00
.gitignore Initial commit 2022-08-18 11:40:20 +05:30
LICENSE Initial commit 2022-08-18 11:40:20 +05:30
README.md ✏️ fix grammar 2024-01-01 20:18:23 +05:30
requirements.txt add workflow for aoc script 2023-12-02 19:07:23 +05:30

deviras

Bunch of scripts to automate stuff in r/developersIndia.

Discord Subreddit subscribers All Contributors

Scripts

idcard_update

  • Used for changing the text below total members & live members count on the Subreddit.
  • action build

aoc

community-threads

job_thread

Used for creating hiring threads in the subreddit that gets the job from our job board.

showcase-sunday

Setup

  1. Clone the repo

    git clone https://github.com/developersIndia/deviras.git
    
  2. Initialise a virtual environment.

    cd deviras
    python3 -m venv venv
    source venv/bin/activate
    
  3. Install dependencies

    pip install -r requirements.txt
    
  4. To run the tests, use the following command in a python virtual environment:

    python -m unittest
    

Contributors

Thanks goes to these wonderful people (emoji key):

Sameer Sahu
Sameer Sahu

💻
Pavan Jadhaw
Pavan Jadhaw

🤔
MaDDogx
MaDDogx

💻 ⚠️
Pratham
Pratham

💻
Nisarga Adhikary
Nisarga Adhikary

💻

This project follows the all-contributors specification. Contributions of any kind welcome!