Bunch of scripts to automate stuff in r/developersIndia.
- Used for updating the Advent of Code User Scores in the leaderboard post.
- Used for grabbing the posts from community threads collection and adding it to the wiki.
- Used for creating hiring threads in the subreddit that gets the job from our job board.
- Used for creating Showcase Sunday Megathreads posts in the subreddit.
- The Python script to help during AMAs. It generates a markdown file of questions and links of the questions the AMA guest has answered.
-
Clone the repo
git clone https://github.com/developersIndia/deviras.git
-
Initialise a virtual environment.
cd deviras python3 -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
To run the tests, use the following command in a python virtual environment:
python -m unittest
Thanks goes to these wonderful people (emoji key):
Sameer Sahu 💻 |
Pavan Jadhaw 🤔 |
MaDDogx 💻 |
Pratham 💻 |
Nisarga Adhikary 💻 |
LinearArray 💻 |
Rachit Agrawal 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!