https://github.com/developersindia/deviras
🤖 Scripts to automate stuff around the r/developersIndia forum
https://github.com/developersindia/deviras
advent-of-code developersindia praw-reddit reddit-automation
Last synced: 8 months ago
JSON representation
🤖 Scripts to automate stuff around the r/developersIndia forum
- Host: GitHub
- URL: https://github.com/developersindia/deviras
- Owner: developersIndia
- License: mit
- Created: 2022-08-18T06:10:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:51:39.000Z (8 months ago)
- Last Synced: 2024-11-01T15:33:10.516Z (8 months ago)
- Topics: advent-of-code, developersindia, praw-reddit, reddit-automation
- Language: Python
- Homepage: https://developersindia.github.io/deviras/
- Size: 255 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deviras
> Bunch of scripts to automate stuff in r/developersIndia.
[](https://discordapp.com/invite/MKXMSNC)
[](https://www.reddit.com/r/developersIndia/)
[](#contributors-)## Scripts
### [idcard_update](https://github.com/developersIndia/deviras/blob/main/idcard_update/main.py)
- Used for changing the text below _total members_ & _live members_ count on the Subreddit.
- ### [aoc](https://github.com/developersIndia/deviras/blob/main/aoc/main.py)
- Used for updating the Advent of Code User Scores in the [leaderboard post](https://www.reddit.com/r/developersIndia/comments/1889ar3/advent_of_code_rdevelopersindia_leaderboard_year/).
- ### [community-threads](https://github.com/developersIndia/deviras/blob/main/community-threads/main.py)
- Add a post to [community threads wiki](https://www.reddit.com/r/developersIndia/wiki/community-threads/).
- ### [job-thread](https://github.com/developersIndia/deviras/blob/main/job-thread/main.py)
- Used for creating [hiring threads](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Hiring%22) in the subreddit that gets the job from our [job board](https://developersindia.in/job-board/).
### [showcase-sunday](https://github.com/developersIndia/deviras/blob/main/showcase-sunday/main.py)
- Used for creating [Showcase Sunday Megathreads](https://www.reddit.com/r/developersIndia/search/?q=flair%3A%20Showcase%20Sunday&restrict_sr=1) posts in the subreddit.
- ### [ama-summarizer](https://github.com/developersIndia/deviras/blob/main/ama-summarizer/main.py/)
- 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
```bash
git clone https://github.com/developersIndia/deviras.git
```
2. Initialise a virtual environment.```bash
cd deviras
python3 -m venv venv
source venv/bin/activate
```
3. Install dependencies```bash
pip install -r requirements.txt
```
4. To run the tests, use the following command in a python virtual environment:```bash
python -m unittest
```## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Sameer Sahu
💻
Pavan Jadhaw
🤔
MaDDogx
💻 ⚠️
Pratham
💻
Nisarga Adhikary
💻
LinearArray
💻
Rachit Agrawal
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!