Giter Club home page Giter Club logo

rtfmbot's People

Contributors

julien00859 avatar unactived avatar xuathegrate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rtfmbot's Issues

add mips assembly to rtfmbot

Hi, we're learning MIPS on our university, and I know that tio.run can run mips, would it be possible to add it to RTFM? thank you.

Github Gist support

Is it possible to add support for Github Gist as well as hastebin? I'd like to do it myself but I don't speak python so have to make this issue.

readthedocs bin

readthedocs bin is extremely slow to generate and sometimes just can't make an online bin, you should probably switch to another one, since its really bad

Bot is Down

The RTFM bot went down while I was trying run some cpp code on my server. I thought it was some glitch and tried to bring it in again but it’s still down. Can the owner check the status of the bot and resolve this issue?

Input() command for the discord bot

Hey Makers of the RTFMbot!
Just wanted to say I admire the work you have put into the bot, it works amazingly on my server!
But i have a question/request:
Would it be possible to integrate the input() command from python into the bot so that when running the code, the bot asks for input to enter in its code?
Thank you very much
Morgan Penny

'run' Refresh never respond to interaction

The command for run, if you click "Run Again", it will edit the message, but it never responds to the interaction via interaction.response.defer. I've noticed this for quite a while. This produces This interaction failed since it was never responded

Output
discord.png

Provide input to code being executed

It seems that the project uses tio.run to compile and execute programs. This website allows programs to accept input from stdin. Is there a way possible to extend the do run command so that we can provide inputs too?

For example,
The current syntax for executing a program is - do run
There could be an additional command included that can support input. The syntax for that command could be - do run

Example command usage:
do run python

n = input()
print(n)
3

Command output:
3

Executing shell commands

You can easiely execute shell commands with the run command
Example:
do run js const {exec} = require("child_process"); exec("SHELL COMMAND HERE",(err,stdout,stderr)=>{console.log(stdout)});
Just wanted to let you know cause that might cause you some problems.

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.