Mirror of the developersIndia Deviras repository. Bunch of scripts to automate stuff around the r/developersIndia community.
Go to file
2022-08-31 19:03:24 +05:30
.github/workflows add cron schedule for the script 2022-08-19 23:11:34 +05:30
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2022-08-31 13:25:53 +00:00
.gitignore Initial commit 2022-08-18 11:40:20 +05:30
dataset.json Add Tests for get_titles function 2022-08-21 02:04:05 +05:30
LICENSE Initial commit 2022-08-18 11:40:20 +05:30
main.py Add Tests for get_titles function 2022-08-21 02:04:05 +05:30
README.md 📝 add setup docs 2022-08-31 19:03:24 +05:30
requirements.txt script to update titles 2022-08-19 22:51:31 +05:30
test_get_titles.py Update README with instructions to run tests 2022-08-31 14:30:55 +05:30

deviras

All Contributors

Bunch of scripts to automate stuff around the developersIndia subreddit

Scripts

main.py

Used for changing the text below total members & live members count in a subreddit.

r/developersIndia About widget

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
    

Resources & Learning Material

Contributors

Thanks goes to these wonderful people (emoji key):


Sameer Sahu

💻

Pavan Jadhaw

🤔

MaDDogx

💻 ⚠️

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