Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Malfrats/xeuledoc
Fetch information about a public Google document.
https://github.com/Malfrats/xeuledoc
malfrats osint
Last synced: about 1 month ago
JSON representation
Fetch information about a public Google document.
- Host: GitHub
- URL: https://github.com/Malfrats/xeuledoc
- Owner: Malfrats
- License: gpl-3.0
- Created: 2021-03-20T16:14:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T11:57:38.000Z (about 1 year ago)
- Last Synced: 2024-10-02T12:36:07.880Z (2 months ago)
- Topics: malfrats, osint
- Language: Python
- Homepage: https://malfrats.industries/
- Size: 28.3 KB
- Stars: 828
- Watchers: 38
- Forks: 90
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - Malfrats/xeuledoc - Fetch information about a public Google document. (Python)
- project-awesome - Malfrats/xeuledoc - Fetch information about a public Google document. (Python)
README
# xeuledoc
![PyPI](https://img.shields.io/pypi/v/xeuledoc) ![PyPI - Downloads](https://static.pepy.tech/badge/xeuledoc) ![PyPI - License](https://img.shields.io/pypi/l/xeuledoc)Fetch information about any public Google document.\
It's working on :
- Google Drive
- Google Docs
- Google Spreadsheets
- Google Slides
- Google Drawning
- Google My Maps
- Google Apps Script
- Google Jamboard## 📈 Demo
![](https://files.catbox.moe/k5x3as.gif)## 💡 Prerequisite
[Python 3](https://www.python.org/downloads/release/python-370/)
## 🛠️ Installation
### With PyPI
```sh
pip3 install xeuledoc
```### With Github
```sh
git clone https://github.com/Malfrats/xeuledoc.git
cd xeuledoc/
python3 setup.py install
```## 📝 License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)