Skip to content

Commit 57cbb70

Browse files
Complete 1.3.0 Release
merging complete 1.3.0 release from development to stable/master ### New feat: preset system feat: catbox support feat: litterbox support feat: keep.sh support feat: tempsend support feat: anontransfer support feat: anonfiles.me support feat: anonymfile support feat: nitrofile support feat: gofile.cc support feat: anyfile support feat: bayfiles.io support feat: file.si support feat: 1cloudfile support feat: clicknupload support feat: fileupload support feat: bowfile support feat: hexupload support feat: usercloud support feat: doodrive support feat: download.gg support feat: udrop support feat: ufile support ### Fixes fix: mixdrop domain and system change fix: easyupload server errors fix: filebin errors many other smaller fixes and enhancements ### Removed remove: yourfilestore due to system change. requires captchas / tokens now
2 parents 9dca5f6 + 157ef9e commit 57cbb70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2732
-423
lines changed

.gitignore

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66
modules/__pycache__
77
git_message_rules
88
file_links.txt
9-
Icon.ai
109
/dist
1110
developer_accounts.json
1211
outdated
13-
art/site_banners.ai
12+
art/Icon.ai
13+
art/site_banners.ai
14+
file_links_formatted.txt
15+
config_old.json
16+
run.bat
17+
build
18+
Mul-Tor.spec
19+
Build Releases.bat

.vscode/launch.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Python: Current File",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${workspaceFolder}\\main.py",
12+
"console": "integratedTerminal",
13+
"justMyCode": true
14+
}
15+
]
16+
}

Build Releases.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyinstaller --onefile --icon "icon.ico" --console --name "Mul-Tor" --upx-dir "Z:\Projects\Python\### UPX ###" --add-data="./.env/Lib/site-packages/grapheme/data/*;grapheme/data/" --hidden-import "plyer.platforms.win.filechooser" main.py && rmdir /s /q .\build && rmdir /s /q .\__pycache__ && del ".\Mul-Tor.spec"
1+
conda activate ".\.env" && pyinstaller --hidden-import "plyer.platforms.win.filechooser" --onefile --icon "icon.ico" --console --name "Mul-Tor" --upx-dir "Z:\Projects\Python\### UPX ###" --add-data="Z:\Projects\Python\mul-tor\.env\Lib\site-packages\grapheme\data\*;grapheme/data/" main.py

README.md

+114-34
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mul-Tor
22
## Your tool for easy file uploading and sharing.
33

4-
#### Like mentioned above the goal of this tool is to help people upload files fast to multiple hosters while also helping in the process of sharing these links.
4+
#### As mentioned above the goal of this tool is to help people upload files fast to multiple hosters while also helping in the process of sharing these links.
55

66
<br />
77

@@ -22,65 +22,91 @@
2222
* Check Website Availability
2323
* Progress Bar
2424
* Auto Updater
25-
* Site Presets (Coming with 1.3.0)
25+
* Site Presets
2626

2727
<br />
2828

2929
### Currently supported sites:
30-
Site | API | Api Key Required | Max File Size
30+
Site | API | API Key Required | Max File Size
3131
--- | --- | --- | ---
3232
[GoFile][7] | [Yes][8] | No | ∞
3333
[PixelDrain][1] | [Yes][2] | No | 20 GB
34+
[BowFile][17] | [Yes][18] | [Yes][19] | 5 GB
35+
[Doodrive][36] | [Yes][37] | [Yes][38] | 5 GB
36+
[Download.gg][102] | No | No | 25 GB
3437
[Filebin][92] | No | No | ∞
3538
[Delafil][107] | No | No | 6 GB
3639
[Files.dp.ua][108] | No | No | 100 GB
3740
[Files.fm][45] | No | No | 5 GB
3841
[Krakenfiles][124] | No | No | 1 GB
3942
[Transfer.sh][98] | No | No | ∞
4043
[/tmp/files][117] | [Yes][118] | No | 100 MB
41-
[Mixdrop][29] | No | No | ∞
44+
[MixDrop][29] | [Yes][30] | [Yes][30] | ∞
4245
[1Fichier][31] | [Yes][32] | No | 300 GB
43-
[YourFileStore][123] | No | No | 500 MB
4446
[Oshi][9] | No | No | 5 GB
4547
[File.io][70] | No | No | 2 GB
4648
[EasyUpload][72] | No | No | 10 GB
49+
[AnonTransfer][127] | No | No | 5 GB
50+
[AnonymFile][134] | [Yes][135] | No | 7 GB
51+
[File.si][145] | [Yes][146] | No | 7 GB
52+
[1CloudFile][133] | No | No | 5 GB
53+
[ClicknUpload][160] | No | No | 2 GB
54+
[FileUpload][161] | No | No | 5 GB
55+
[HexUpload][21] | No | No | 2 GB
56+
[UserCloud][161] | No | No | 5 GB
57+
[uDrop][165] | No | No | 10 GB
58+
[UFile][68] | [Yes][69] | No | 5 GB
59+
[CatBox][168] | [Yes][169] | No | 200 MB
60+
[LitterBox][170] | [Yes][171] | No | 1 GB
61+
[Keep.sh][172] | No | No | 500 MB
62+
[TempSend][173] | No | No | 2 GB
4763

4864
<br />
4965

5066
### Planned Sites:
51-
Site | API | Api Key Required | Max File Size
67+
Site | API | API Key Required | Max File Size
5268
--- | --- | --- | ---
53-
[BowFile][17] | [Yes][18] | [Yes][19] | 5 GB
54-
[1CloudFile][20] | [Yes][21] | [Yes][22] | 5 GB
55-
[SendSpace][26] | [Yes][27] | [Yes][28] | 300 MB
56-
[Doodrive][36] | [Yes][37] | [Yes][38] | 5 GB
57-
[FastUpload][67] | No | No | 10 GB
58-
[UFile][68] | [Yes][69] | No | 5 GB
69+
None Currently :)
5970

6071
<br />
6172

6273
### Rejected Sites:
6374
<details>
6475

65-
Site | API | Api Key Required | Max File Size | Reason
76+
Site | API | API Key Required | Max File Size | Reason
6677
--- | --- | --- | --- | ---
6778
[DropMeFiles][106] | No | No | 50 GB | Terrible Uploading System
6879
[Up2Share][120] | No | No | 1 GB | Terrible Uploading System
6980
[WeTransfer][121] | No | No | 2 GB | When do the terrible uploading systems end?
70-
[Filemail][42] | [Yes][43] | [No/Yes*²][44] | 5 GB | Garbage Limit of 2 Uploads a Day
71-
[MEGA][109] | [Yes][110] | No | 20 GB | I just can't be bothered
72-
[Google Drive][111] | [Yes][112] | No | 15 GB | Same as MEGA
73-
[Mediafire][113] | [Yes][114] | No | 10 GB | Same as MEGA
81+
[Filemail][42] | [Yes][43] | [No/Yes*²][44] | 5 GB | Garbage Limit of 2 Uploads a Day (Sucks regarding coding and testing)
82+
[MEGA][109] | [Yes][110] | No | 20 GB | Uses complicated Encrypting & Decrypting
83+
[Google Drive][111] | [Yes][112] | No | 15 GB | I see no reason to add this
84+
[Mediafire][113] | [Yes][114] | No | 10 GB | I see no reason to add this
7485
[UploadHaven][115] | No | No | 50 GB | Paid/Invite Only
7586
[Terminal][116] | No | No | ? | Invite Only
76-
[Uptobox][33] | [Yes][34] | [Yes][35] | 200 GB | Raided by the Feds/ACE & Down
87+
[UpToBox][33] | [Yes][34] | [Yes][35] | 200 GB | Raided by the Feds/ACE & Down
7788
[SendGB][119] | No | No | 5 GB | Links are funky and garbage upload system
7889
[WorkUpload][122] | No | No | 2 GB | Gives a 200 response with a link but the file is not available.
79-
[RocketFile][125] | No | No | ? | I don't know what the fuck this is but no
8090
[Qiwi.gg][126] | No | No | ? | Really Complicated system
8191
[CyberFiles][128] | No | No | 19 GB | sometimes throws account missing errors and sometimes it uploads fine
82-
[send.zcyph.cc][129] | No | No | ? | I have never seen or heard of an upload system like this
92+
[SendZcyph][129] | No | No | ? | Sockets stuff
8393
[SendSpace][130] | No | No | 300 MB | SSL issues and terrible upload system
94+
[BeeFiles][144] | No | No | 20 GB | Requires a Phone Number and shows "no plans available" after registering. Possibly a scam
95+
[SwissTransfer][147] | No | No | 20 GB | Captchas Required & could possibly leak the IP of the uploader
96+
[UploadBuzz][148] | No | No | ? | Website is down
97+
[pCloud][149] | [Yes][150] | No | 10 GB | Paid
98+
[Wormhole][151] | No | No | 10 GB | Torrent System & Sockets stuff
99+
[SendVis][152] | No | No | 2.5 GB | Torrent System & Sockets stuff
100+
[Instant.io][153] | No | No | ? | Torrent System & Sockets stuff
101+
[SendTresorit][154] | No | No | ? | Torrent System & Sockets stuff
102+
[Sharrr][155] | No | No | ? | Torrent System & Sockets stuff
103+
[TransferXL][156] | No | No | 5 GB | Captchas Required
104+
[WeSendIt][157] | No | No | 2 GB | Can't figure out the upload system
105+
[Yandex Disk][158] | No | No | 5 GB | I see no reason to add this
106+
[Archive.org][159] | No | No | ∞ | I see no reason to add this
107+
[TransferNow][163] | No | No | 5 GB | Not worth the hassle
108+
[HotDropp][96] | No | No | ? | Stuck on "In Maintenance" message
109+
[FileDropper][88] | No | No | ? | Website is down
84110

85111
</details>
86112

@@ -89,29 +115,43 @@ Site | API | Api Key Required | Max File Size
89115
### FAQ
90116
<details>
91117
<summary>Open FAQ</summary>
92-
Q: Where did the sites like Anonfiles.com go?
118+
Q: Where did the site X go?
119+
120+
A: Check the [Deprecated Sites][164] list.
93121

94-
A: Anonfiles.com threw in the towel. With that the mirrors are also gone.
122+
Q: How can I get help?\
123+
A: Check the [Wiki][166] for any information that might help you. If you can't find the answer there check out the [issues page][4] and if there is none [open one up][167].
95124

96125
Q: How do I get the API key?\
97126
A: Click on the blue yes in the Api Key Required row for the site you wish to get a key for.
98127

99128
Q: I want to request a site.\
100-
A: Please first check the [rejected sites][3] and [issues page][4] to ensure it hasn't been previously mentioned. If not, feel free to open a new issue.
129+
A: Please first check the [rejected sites][3] and [issues page][4] to ensure it hasn't been previously mentioned. If not, feel free to [open a new issue][167].
101130

102131
Q: What about rejected sites?\
103-
A: I will check the sites every once in a while to see if the issues i mentioned have been resolved. If you know the issue has been resolved or why i encountered an issue feel free to open a new issue.
132+
A: I will check the sites every once in a while to see if the issues I mentioned have been resolved. If you know the issue has been resolved or why I encountered an issue feel free to [open a new issue][167].
104133

105134
Q: Why is it called Mul-Tor?\
106135
A: I have no idea.
107136

108-
Q: What if i really need one of the rejected sites?\
109-
A: This project is open to contributions. Maybe somebody else can add it. You may open a new issue if there isn't one already so that i can check it again.
137+
Q: What if I need one of the rejected sites?\
138+
A: This project is open to contributions. Maybe somebody else can add it. You may [open a new issue][167] if there isn't one already so that I can check it again.
110139

111140
Q: Certain sites offer an API but you didn't use it. Why?\
112-
A: Because this makes it easier for users and it doesn't need any accounts and sign ups. I plan to add api functions to these for users that want to use it.
141+
A: Because this makes it easier for users and it doesn't need any accounts and sign-ups. I plan to add API functions to these for users who want to use it.
142+
143+
Q: Somebody else already has the issue I'm having. What do I do?\
144+
A: Simply upvote the issue. If you have additional data you think could help me solve said issue feel free to comment it.
113145
</details>
114146

147+
<br />
148+
149+
### Contributors
150+
[**kianmeng**](https://github.com/kianmeng),
151+
[**SillyBilly0069**](https://github.com/SillyBilly0069)
152+
153+
<br />
154+
115155
[comment]: # (Below are all links to the sites)
116156
[0]: #
117157
[1]: https://pixeldrain.com/
@@ -133,8 +173,8 @@ Site | API | Api Key Required | Max File Size
133173
[26]: https://sendspace.com/
134174
[27]: https://sendspace.com/dev_method.html
135175
[28]: https://sendspace.com/dev_apikeys.html
136-
[29]: https://mixdrop.co/
137-
[30]: https://mixdrop.co/api/
176+
[29]: https://MixDrop.ag/
177+
[30]: https://MixDrop.ag/api/
138178
[31]: https://1fichier.com/
139179
[32]: https://1fichier.com/api.html
140180
[33]: https://uptobox.com/
@@ -194,28 +234,68 @@ Site | API | Api Key Required | Max File Size
194234
[108]: https://files.dp.ua/
195235
[109]: https://mega.nz/
196236
[110]: https://mega.io/developers
197-
[111]: https://www.google.com/drive/
237+
[111]: https://google.com/drive/
198238
[112]: https://developers.google.com/drive/api/guides/about-sdk
199-
[113]: https://www.mediafire.com/
200-
[114]: https://www.mediafire.com/developers/core_api/1.5/getting_started/
239+
[113]: https://mediafire.com/
240+
[114]: https://mediafire.com/developers/core_api/1.5/getting_started/
201241
[115]: https://uploadhaven.com/
202242
[116]: https://terminal.lc/
203243
[117]: https://tmpfiles.org/
204244
[118]: https://tmpfiles.org/api
205-
[119]: https://www.sendgb.com/
245+
[119]: https://sendgb.com/
206246
[120]: https://up2sha.re/
207247
[121]: https://wetransfer.com/
208248
[122]: https://workupload.com/
209249
[123]: http://yourfilestore.com/
210250
[124]: https://krakenfiles.com/
211-
[125]: https://rocketfile.co/
212251
[126]: https://qiwi.gg/
213252
[127]: https://anontransfer.com/
214253
[128]: https://cyberfile.me/
215254
[129]: https://send.zcyph.cc/
216255
[130]: https://sendspace.com/
217256
[131]: https://anonfiles.me/
218257
[132]: https://anonfiles.me/docs/api
258+
[133]: https://1cloudfile.com/
259+
[134]: https://anonymfile.com/
260+
[135]: https://anonymfile.com/docs/api
261+
[136]: https://nitrofile.cc/
262+
[137]: https://nitrofile.cc/docs/api
263+
[138]: https://gofile.cc/
264+
[139]: https://gofile.cc/docs/api
265+
[140]: https://anyfile.co/
266+
[141]: https://anyfile.co/docs/api
267+
[142]: https://bayfiles.io/
268+
[143]: https://bayfiles.io/docs/api
269+
[144]: https://beefiles.io/
270+
[145]: https://file.si/
271+
[146]: https://file.si/docs/api
272+
[147]: https://swisstransfer.com/
273+
[148]: https://uploadbuzz.cc/
274+
[149]: https://pcloud.com/
275+
[150]: https://docs.pcloud.com/
276+
[151]: https://wormhole.app/
277+
[152]: https://send.vis.ee/
278+
[153]: https://instant.io/
279+
[154]: https://send.tresorit.com/
280+
[155]: https://sharrr.com/
281+
[156]: https://transferxl.com/
282+
[157]: https://wesendit.com/
283+
[158]: https://Yandex.Disk/
284+
[159]: https://archive.org/
285+
[160]: https://clicknupload.click
286+
[161]: https://file-upload.net/
287+
[162]: https://usercloud.com/
288+
[163]: https://transfernow.net/
289+
[164]: https://github.com/Official-Husko/mul-tor/blob/master/modules/deprecated/README.md
290+
[165]: https://udrop.com/
291+
[166]: https://github.com/Official-Husko/mul-tor/wiki
292+
[167]: https://github.com/Official-Husko/mul-tor/issues/new/choose
293+
[168]: https://catbox.moe/
294+
[169]: https://catbox.moe/tools.php
295+
[170]: https://litterbox.catbox.moe/
296+
[171]: https://litterbox.catbox.moe/tools.php
297+
[172]: https://keep.sh/
298+
[173]: https://tempsend.com/
219299

220300
<br />
221301

enable_env.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
".\.env.\Scripts\activate"
1+
conda activate ".\.env"

0 commit comments

Comments
 (0)