Follow the latest and greatest market trends! This application enables you to invest in the newest and most innovative memes on the market.
Just kidding. Read on.
MemeEconomy.Insights is a mashup between asp.net core, graphql-dotnet, and RedditSharp. Combining these three ingredients we get an environment with which we can extract the latest trends from /r/memeeconomy, and expose it easily through our GraphQL api for use in some front-end application.
This application depends on a single service which checks Reddit for new content.
- MemeEconomyStalker
This service is registered asIHostedService
so it is ran on startup. All it does is follow "MemeInvestor_bot" for comments. With some string extraction magic we get to know about what happens on the trade floor.
GraphQL is being used as our outlet to the real world. One can use queries for historic data, and subscriptions for realtime information. Feel free to use your favorite GraphQL client in order to access this data.
You're totally free to use this api as you like. You may use the hosted version on ... to link your web-application or whatever. Note there is an IP based rate-limiter in place which gives all of you an equal change to use this api. Last but not least; availability of this api is subject to my own monetary and computational abilities.
Help me exchange memecoins for computational power.
Happy trading!
BTW: This service has originally been built to serve as an example to show how to use the graphql-dotnet library. Do as you wish with this information.