mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
5.1 KiB
5.1 KiB
deviras
Bunch of scripts to automate stuff in r/developersIndia.
Scripts
idcard_update
aoc
- Used for updating the Advent of Code User Scores in the leaderboard post.
community-threads
- Used for grabbing the posts from community threads collection and adding it to the wiki.
job-thread
- Used for creating hiring threads in the subreddit that gets the job from our job board.
showcase-sunday
- Used for creating Showcase Sunday Megathreads posts in the subreddit.
Setup
-
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
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Sameer Sahu 💻 |
Pavan Jadhaw 🤔 |
MaDDogx 💻 ⚠️ |
Pratham 💻 |
Nisarga Adhikary 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!