Skip to content
View reetou's full-sized avatar
💼
Молодой чемодан
💼
Молодой чемодан
  • Warsaw, Poland
  • 07:07 (UTC +02:00)

Organizations

@joinaptapp
Block or Report

Block or report reetou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
reetou/README.md

Hi there 👋

This is a list of public projects I'm proud of:

  1. reetou/tinkoff-invest-elixir - Elixir SDK for Tinkoff Invest REST API.
  2. reetou/trader_ex - Telegram trader bot written on Elixir using Tinkoff Invest SDK for Elixir. Not documented mostly, but I put my soul in it.
  3. reetou/mnogobot - DSL for writing social media bots. Not 100% working, but cool concept and syntax
  4. reetou/croc - Monopoly game like monopoly-one but for VK.com. Was rejected because of design, my first big pet-project with Elixir + Phoenix stack, a lot of tests here.
  5. reetou/apper - Mobile app builder. Construct your app via web interface using react-native-web, save it as json and then create a project from it. Wasn't released but cool concept and was fully working for iOS. I used Gitlab pipelines for building bundles and limited it to 1 concurrent job in order to simplify request queue handling. Visit demo here: https://apper.vercel.app/demo
  6. reetou/apperback - Elixir backend for Apper.
  7. reetou/fm-cook - React Native app for fastmeal cooks. Fastmeal is a service we have almost created with my colleagues during COVID. This app allows cook to create his own meals and lunches so it will be visible in client app.
  8. reetou/fm-client - React Native app for fastmeal clients. Clients can order meals and lunches and chat with cooks. Users were paying directly cooks so there is mostly just communication between cooks and clients and their data.
  9. reetou/black_sail - Elixir discord bot for my CS:GO Discord server written using Nostrum library. This bot can create complicated chat rooms with managing access by users themselves, play sound in voice channels and much more. Users can request to create a room just for them and allow only certain people to connect to it. Users also can enter their faceIT accounts and link their data on the server. People can post search messages where their current voice room will be available through a link. Very interesting bot, I really like it and spent a lot of time writing integration tests for it 🐝.
  10. reetou/cloudflare_stream_ex - Elixir library for Cloudflare Stream with convenient functions. Because cloudflare stream does not fully follow tus protocol there will be 500 errors if you use it with standard tus_ex library so I modified it and put in a separate module. You can also parse video metadata using this library.
  11. reetou/fancy_discord_front - Fancy Discord project allows you to deploy your bot without trouble. Write code thats works, specify repository url, put your secret in project configuration and press deploy - it should be that easy. Bots are being deployed on dokku automatically. Deployments were being destroyed after 24 hours, users were intended to redeploy in order for their bots to continue operating.
  12. reetou/fancy_discord - Elixir backend for Fancy Discord project
  • 📫 How to reach me: @azkuf_zae on telegram

Pinned

  1. tinkoff-invest-elixir tinkoff-invest-elixir Public

    Unofficial Tinkoff Invest SDK for Elixir

    Elixir 1

  2. apper apper Public

    Frontend for mobile app builder

    TypeScript

  3. mnogobot mnogobot Public

    DSL for writing social media bots

    Elixir