Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Deshdeepak1/TeleSendFolder
Teleprojs
https://github.com/Deshdeepak1/TeleSendFolder
Last synced: 3 months ago
JSON representation
Teleprojs
- Host: GitHub
- URL: https://github.com/Deshdeepak1/TeleSendFolder
- Owner: Deshdeepak1
- Created: 2020-08-18T02:37:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T19:52:54.000Z (over 1 year ago)
- Last Synced: 2024-06-28T14:34:22.513Z (5 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeleSendFolder
Telegram folder sender built in python.# Instructions for termux & linux.
1. git clone https://github.com/Deshdeepak1/TeleSendFolder.git
2. cd TeleSendFolder
3. chmod ./sendFolder.sh ./sendFolder1.sh
4. Set environment variables API_ID & API_HASH
5. First time: ./sendFolder1.sh
6. Next time: ./sendFolder.sh
7. Give root/sudo privilege if required# Instructions for windows.
1. git clone https://github.com/Deshdeepak1/TeleSendFolder.git or download zip
2. cd TeleSendFolder or move inside folder
3. Set environment variables API_ID & API_HASH
4. First time:
a. Start powershell as administrator
b. Set-ExecutionPolicy unrestricted
c. .\win10.PS1
5. Next time: Start sendFolder.py or sendFolderGui.py# On error.
If authorization error occurs, delete all(which are corrupted/unauthorised) session files.
Else if tkinter error, find how to install tkinter on your os.
Else if ffmpeg error, find how to install ffmpeg on your os.