2024-01-16 16:40:16 +05:30
2023-04-23 23:44:21 +05:30
2023-12-28 22:25:58 +05:30
2023-09-03 12:48:29 +05:30
2024-01-06 00:00:12 +05:30
2024-01-07 20:03:12 +05:30
✏️ fix grammar
2024-01-01 20:18:23 +05:30
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!

Description
Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Readme MIT 407 KiB
Languages
Python 100%