Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
2023-12-02 19:07:23 +05:30
.github/workflows add workflow for aoc script 2023-12-02 19:07:23 +05:30
.vscode 🚧 new script to update automod 2023-04-23 23:44:21 +05:30
aoc add workflow for aoc script 2023-12-02 19:07:23 +05:30
automod_updater ignore files 2023-09-03 12:48:29 +05:30
idcard_update Update dataset.json 2023-06-16 11:59:56 +05:30
job_thread 🐛 ignore ssl check while fetching feed 2023-08-22 22:50:15 +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 docs: update README.md [skip ci] 2023-11-14 09:13:34 +00:00
requirements.txt add workflow for aoc script 2023-12-02 19:07:23 +05:30

deviras

Bunch of scripts to automate stuff around the developersIndia subreddit

Discord Subreddit subscribers All Contributors

Scripts

idcard_update

Used for changing the text below total members & live members count in a subreddit.

r/developersIndia About widget

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
    

Resources & Learning Material

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!