Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
2024-01-17 13:22:24 +05:30
.github/workflows Community roundup (#13) 2024-01-16 17:46:47 +05:30
.vscode
aoc
automod-announcements-updater rename script 2024-01-17 13:22:24 +05:30
community-roundup fix grammar change footer language 2024-01-17 13:20:20 +05:30
community-threads
idcard_update
job-thread rename stuff 2024-01-14 20:41:01 +05:30
showcase-sunday
user-flair-usage
verifier
.all-contributorsrc
.gitignore
LICENSE
README.md rename stuff 2024-01-14 20:41:01 +05:30
requirements.txt

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

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!