mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-03 17:36:00 +05:30
6.1 KiB
6.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.
ama-summarizer
- The Python script to help during AMAs. It generates a markdown file of questions and links of the questions the AMA guest has answered.
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 💻 |
LinearArray 💻 |
Rachit Agrawal 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!