A Telegram based drive's backend written in Python with help of Pyrogram,FastAPI,Postgres
- Python3
- Postgres Database
- Telegram Bot Tokens
- Mind :P
- Checkout example.env and fill it according to your values and rename it to .env
git clone https://github.com/Axrav/DrivogramBackend
cd DrivogramBackend
pip3 install -U -r requirements.txt
python3 -m Webserver
- Store Unlimited Files (No limit on storage)
- Your files are stored with yourself, you dont have to worry about security issues.
- User based Drive with proper security key authentication
- File stays forever until you delete it.
- Store your data and share whenever you want to share it(without downloading the data)
- Open Sourced ( Make changes as per your requirements, if you know how to do XD)
Want to try? checkout The CLI tool,It is integrated with a hosted server.File storing/sharing/downloading made super easy!
As of now,there is no proper documentation for Drivogram
- Fork the Repository
- Commit the changes you like and open a PR
If you feel like adding more to the list, PR's are always welcome!
For Questions,Bugs feel free to open an issue or share your opinions! For any sort of support you can visit @DrivogramSupport
Drivogram, Open Source Cloud Drive Storage
Copyright (c) 2022 Aarav Arora
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```