# deviras > Bunch of scripts to automate stuff in r/developersIndia. [](https://discordapp.com/invite/MKXMSNC) [](https://www.reddit.com/r/developersIndia/) [](#contributors-) ## Scripts ### [idcard_update](https://github.com/developersIndia/deviras/blob/main/idcard_update/main.py) - Used for changing the text below _total members_ & _live members_ count on the Subreddit. -  ### [aoc](https://github.com/developersIndia/deviras/blob/main/aoc/main.py) - Used for updating the Advent of Code User Scores in the [leaderboard post](https://www.reddit.com/r/developersIndia/comments/1889ar3/advent_of_code_rdevelopersindia_leaderboard_year/). -  ### [community-threads](https://github.com/developersIndia/deviras/blob/main/community-threads/main.py) - Used for grabbing the posts from [community threads collection](https://www.reddit.com/r/developersIndia/collection/958aef35-f9cb-414d-ab33-08bc639e47de/) and adding it to the [wiki](https://www.reddit.com/r/developersIndia/wiki/community-threads/). -  ### [job_thread](https://github.com/developersIndia/deviras/blob/main/job_thread/main.py) Used for creating [hiring threads](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Hiring%22) in the subreddit that gets the job from our [job board](https://developersindia.in/job-board/). ### [showcase-sunday](https://github.com/developersIndia/deviras/blob/main/showcase-sunday/main.py) - Used for creating [Showcase Sunday Megathreads](https://www.reddit.com/r/developersIndia/search/?q=flair%3A%20Showcase%20Sunday&restrict_sr=1) posts in the subreddit. -  ## Setup 1. Clone the repo ```bash git clone https://github.com/developersIndia/deviras.git ``` 2. Initialise a virtual environment. ```bash cd deviras python3 -m venv venv source venv/bin/activate ``` 3. Install dependencies ```bash pip install -r requirements.txt ``` 4. To run the tests, use the following command in a python virtual environment: ```bash python -m unittest ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Sameer Sahu 💻 |
Pavan Jadhaw 🤔 |
MaDDogx 💻 ⚠️ |
Pratham 💻 |
Nisarga Adhikary 💻 |