mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
advent-of-codeautomationcommunitydevelopersindiadevelopersindia-subredditpraw-redditreddit-automationscripts
.github/workflows | ||
.vscode | ||
ama-summarizer | ||
aoc | ||
automod-announcements-updater | ||
community-roundup | ||
community-threads | ||
idcard_update | ||
job-thread | ||
showcase-sunday | ||
user-flair-usage | ||
verifier | ||
.all-contributorsrc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt |
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 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!