Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
2023-02-09 11:39:22 +00:00
.github/workflows move script to module 2023-02-09 11:39:22 +00:00
idcard_update move script to module 2023-02-09 11:39:22 +00:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2022-08-31 13:25:53 +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 move script to module 2023-02-09 11:39:22 +00:00
requirements.txt script to update titles 2022-08-19 22:51:31 +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

💻

Pavan Jadhaw

🤔

MaDDogx

💻 ⚠️

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