/reddit-meme-economy-investor-helper

DEPRECATED The times of blind investments on r/MemeEconomy is no more

Primary LanguageHTML

reddit-meme-economy-investor-helper

With the recent arrival of MemeInvestor_bot on r/MemeEconomy, serious measures must be taken in order to invest wisely.

Thus, reddit-meme-economy-investor-helper has seen the light.

Every 5 seconds, the total score of the given post will be fetched and added to a dictionary. This dictionary will then be converted into json, and used to generate a line chart with Chart.js.

reddit-meme-economy-investor-helper

reddit-meme-economy-investor-helper

This project is just for fun, feel free to PR if you want to implement any new features.

Requirements

  • Python 3.x

Instruction

Create an application here on reddit (for auth)

Once you have a client_id and a client_secret, just replace os.getenv('CLIENT_ID') and os.getenv('CLIENT_SECRET') in app.py by your client id and your client secret respectively.

Dependencies

  • flask
  • praw
  • apscheduler