ni5arga / deviras

Bunch of scripts to automate stuff around the developersIndia subreddit πŸ€–

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deviras

Bunch of scripts to automate stuff in r/developersIndia.

Discord Subreddit subscribers All Contributors

Scripts

  • Used for changing the text below total members & live members count on the Subreddit.
  • action build
  • 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!

About

Bunch of scripts to automate stuff around the developersIndia subreddit πŸ€–

License:MIT License


Languages

Language:Python 100.0%