Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorow/fluffybot
https://github.com/lorow/fluffybot
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorow/fluffybot
- Owner: lorow
- License: gpl-3.0
- Created: 2017-11-27T18:16:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T10:28:16.000Z (over 1 year ago)
- Last Synced: 2024-10-10T21:13:50.232Z (about 1 month ago)
- Language: Python
- Size: 414 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README made by [Obsidiam](https://github.com/Obsidiam)! Thank you!
Fluffy bot is a general purpose bot, but mostly utility and fun based one. It allows you to listen to your favorite music, search for images on variety of websites all over the net and much more!
Please note, it's still in development and some things may be not working or fully implemented yet.**Features**
Fluffy is able to receive commands signed with '//' prefix. At this stage it can:
* generally search Google and send back the results
* play music from YT
* send images from supported websites
* send images from reddit
* send articles from wikipediaand much more!
**Planned to add**
* administrator module
* better admin UIand even more!
**Self deployment**
To self host it, you will need to have python 3.5+ installed.
Dependencies:
- [Python 3.5+](https://www.python.org/downloads/)
- [Discord.py](http://discordpy.readthedocs.io/en/rewrite/api.html)
- [aiohttp](https://github.com/aio-libs/aiohttp)
- [ujson](https://github.com/esnme/ultrajson)
- [peony-twitter](https://github.com/odrling/peony-twitter)
- [GoogleSearch](https://github.com/anthonyhseb/googlesearch)
- [Wikipedia](https://github.com/goldsmith/Wikipedia)In the near future all you will have to do will be simply to run python3 ./setup.py