Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
Bhupesh-V 4f9f286e82 remove reading reddit collection for community threads collection 2024-02-25 14:20:29 +05:30
.github/workflows remove reading reddit collection for community threads collection 2024-02-25 14:20:29 +05:30
.vscode 🚧 new script to update automod 2023-04-23 23:44:21 +05:30
ama-summarizer ignore deleted questions from the summarizer 2024-01-21 19:28:58 +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 support for listing announcements in roundup post 2024-02-15 13:28:17 +05:30
community-threads remove reading reddit collection for community threads collection 2024-02-25 14:20:29 +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 add manual user-input to verify 2024-01-17 20:02:31 +05:30
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2023-11-14 09:13:35 +00:00
.gitignore Initial commit 2022-08-18 11:40:20 +05:30
LICENSE Initial commit 2022-08-18 11:40:20 +05:30
README.md Add the AMA Summariser - Question & Question Links to Markdown Script (#14) 2024-01-20 16:35:28 +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

💻

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