Giter VIP home page Giter VIP logo

sicp-bot's Introduction

sicp-bot

Make SICP exercises great again

Description

This project is intended to build a Telegram bot that can count the number of solved SICP exercises from github user repo.

Getting Started

Dependencies

  • python3.7, requirements.txt, openssl
  • docker, docker-compose

Installation and Execution

  • Clone the repo:

    git clone github.com/nerd-iitu/sicp-bot
  • Copy and set your own .env properties:

    cp .env.sample .env
    # vim .env
  • Generate the needed certificates and set the proper fields:

    cd data
    openssl genrsa -out key.pem 2048
    openssl req -new -x509 -days 3650 -key key.pem -out cert.pem
    cd ..
  • Place your own nginx.conf file :

    cp nginx.conf.sample /path/to/your/nginx.conf
    vim /path/to/your/nginx.conf
    nginx -s reload # or it might be docker container, IDK
  • Launch:

    docker-compose up -d

TODO:

Least Completable Minimum

  • Write tests.
  • Make it pythonic.
  • Add CI/CD.
  • Add docs

More

  • Optimize and rewrite the modules.
  • Make the automatic code analysis and evaluation(scm, rkt fles) in order to proove the rightness of an answer (would be easier to solve SICP tasks rather than writing another expression reducer).
  • Solve SICP exercises :).

FAQ or Help

Don't hesitate to create a new issue or dm me at @arpanetus.

Authors

Project maintainer: @arpanetus

License

This project is licensed under the NPOSL-3.0.

sicp-bot's People

Contributors

arpanetus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.