deviras/README.md
2023-02-09 11:39:22 +00:00

2.8 KiB

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!