Generate developersIndia Community Stats from Subreddit
Currently the stats are generated in following JSON format:
{
    "totalMembers": 66600,
    "lastMonthUniquePageViews": 79519,
    "lastMonthTotalPageViews": 1286500,
    "yesterdayUniquePageViews": 18929,
    "yesterdayTotalPageViews": 71916,
    "discordTotalMembers": 7269,
    "discordTotalActiveMembers": 633
}- 
Clone the repo git clone https://github.com/developersIndia/metrics.git 
- 
Initialise a virtual environment. cd metrics python3 -m venv venv source venv/bin/activate 
- 
Install dependencies pip install -r requirements.txt 
- 
Export environment variables. - Reddit(Make sure you are have moderator privileges for the subreddit you want stats for).
export REDDIT_CLIENT_ID=<YOU_REDDIT_APP_CLIENT_ID> export REDDIT_CLIENT_SECRET=<YOU_REDDIT_APP_CLIENT_SECRET> export REDDIT_PASSWORD=<REDDIT_PASSWORD> export REDDIT_USER=<REDDIT_USERNAME>
- Discord(If possible set expiry to never)
export DISCORD_INVITE_CODE=<YOUR_DISCORD_INVITE_CODE>
 
- Reddit(Make sure you are have moderator privileges for the subreddit you want stats for).
Run the following command to run the test suite:
python -m unittestThis project is licensed under the MIT License. See the LICENSE file for details.
Thanks goes to these wonderful people (emoji key):
| MaDDogx π» | Anil Khatri π» | 
This project follows the all-contributors specification. Contributions of any kind welcome!