Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
Bhupesh-V a96b150daf add code collab posts in monthly community roundups 2024-04-27 15:13:47 +05:30
.github/workflows remove reading reddit collection for community threads collection (#16) 2024-02-25 14:21:15 +05:30
.vscode 🚧 new script to update automod 2023-04-23 23:44:21 +05:30
ama-summarizer Update main.py (#15) 2024-03-05 13:35:01 +05:30
aoc minor changes 2023-12-28 22:25:58 +05:30
automod-announcements-updater rename script 2024-01-17 13:22:24 +05:30
community-roundup add code collab posts in monthly community roundups 2024-04-27 15:13:47 +05:30
community-threads strip extra space from title 2024-04-13 18:24:49 +05:30
idcard_update change "accidental production saboteurs" to "lgtm" 2024-01-03 01:14:24 +05:30
job-thread add separate requirements file 2024-02-14 14:36:05 +05:30
showcase-sunday remove useless comma from title 2024-01-14 12:41:50 +05:30
user-flair-usage send data from script 2024-01-07 20:03:12 +05:30
verifier 🐛 fix flair update in verifier 2024-03-03 21:04:31 +05:30
.all-contributorsrc Update .all-contributorsrc 2024-03-26 07:03:42 +05:30
.gitignore Initial commit 2022-08-18 11:40:20 +05:30
LICENSE Initial commit 2022-08-18 11:40:20 +05:30
README.md Update README.md 2024-04-14 19:09:54 +05:30
requirements.txt add workflow for aoc script 2023-12-02 19:07:23 +05:30

README.md

deviras

Bunch of scripts to automate stuff in r/developersIndia.

Discord Subreddit subscribers All Contributors

Scripts

idcard_update

  • Used for changing the text below total members & live members count on the Subreddit.
  • action build

aoc

community-threads

job-thread

showcase-sunday

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

  1. Clone the repo

    git clone https://github.com/developersIndia/deviras.git
    
  2. Initialise a virtual environment.

    cd deviras
    python3 -m venv venv
    source venv/bin/activate
    
  3. Install dependencies

    pip install -r requirements.txt
    
  4. 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
Sameer Sahu

💻
Pavan Jadhaw
Pavan Jadhaw

🤔
MaDDogx
MaDDogx

💻 ⚠️
Pratham
Pratham

💻
Nisarga Adhikary
Nisarga Adhikary

💻
LinearArray
LinearArray

💻

This project follows the all-contributors specification. Contributions of any kind welcome!