Bhupesh Varshney 3feccf6755
Update aoc.yml
2025-01-10 00:17:12 +05:30
2025-01-10 00:17:12 +05:30
2023-04-23 23:44:21 +05:30
2024-03-05 13:35:01 +05:30
2024-12-31 22:06:21 +05:30
2024-07-08 14:29:28 +05:30
2024-03-03 21:04:31 +05:30
2024-11-06 14:19:06 +05:30
2024-07-29 13:39:25 +05:30
2022-08-18 11:40:20 +05:30
2024-10-18 22:30:40 +05:30
2023-12-02 19:07:23 +05:30

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

💻
Rachit Agrawal
Rachit Agrawal

💻

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

Description
Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Readme MIT 407 KiB
Languages
Python 100%