https://github.com/tsimpdim/redditmathbot
A Reddit bot which responds to simple calculus problems
https://github.com/tsimpdim/redditmathbot
bot math python python3 reddit sympy
Last synced: about 1 month ago
JSON representation
A Reddit bot which responds to simple calculus problems
- Host: GitHub
- URL: https://github.com/tsimpdim/redditmathbot
- Owner: TsimpDim
- Created: 2017-08-21T15:50:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T06:58:33.000Z (over 8 years ago)
- Last Synced: 2025-05-20T01:42:02.348Z (about 1 year ago)
- Topics: bot, math, python, python3, reddit, sympy
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RedditMathBot
NOTICE: This bot is not in use! I made it as a fun side project, it works but you cannot call it
You can summon the bot easily by including '!RedditMathBot|\: \' in your comment.
The available functions and their corresponding arguments are :
* Solve: [\,\]
* Diff: [\,\,\]
* Limit: [\,\,\]
---
Examples :
1. Hey @alex, whatsup @brian @mary !RedditMathBot|Limit: [x,x,oo] cool photo !RedditMathBot|Solve: [a + w + d,a] so that then you do !RedditMathBot|Diff: [x**2,x,1]but wait how does that work? Lets check !RedditMathBot|Help .!RedditMathBot|Solve: [2*x,x]
* Solution to 'a + w + d': [-d - w]
* Solution to '2\*x': [0]
* The derivative of 'x\*\*2' ,1 time(s) is : 2\*x
* The limit of 'x (x->oo)' is : oo
* \
2. !RedditMathBot|Help
!RedditMathBot|Solve: [3\*x - 1,x]
* Solution to '3\*x - 1': [1/3]
* \
3. !RedditMathBot|Limit: [sin(x) + cos(x)/sqrt(2\*x2),x,pi]
* The limit of 'sin(x) + cos(x)/sqrt(2\*\*x\*2) (x->pi)' is : -sqrt(2)\*2\*\*(-pi/2)/2
---