Merge pull request #97 from tnhung2011/patch-1

Fix typos, add some link, some requirements for the app and add the VirusTotal logo in README.md
This commit is contained in:
Samuel Tulach 2022-01-01 17:06:53 +01:00 committed by GitHub
commit f7d5ef7a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1,29 +1,29 @@
<h3 align="center">VirusTotal Uploader</h3>
<div><p align="center"><img src="https://raw.githubusercontent.com/SamuelTulach/VirusTotalUploader/master/uploader/uploader/icon.ico" width="75" height="75" /></p><h3 align="center">VirusTotal Uploader</h3></div>
<p align="center">Open-source desktop uploader for VirusTotal.</p>
<p align="center">
<img src="https://badges.gitter.im/VirusTotalUploader/Lobby.svg" href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" />
<img src="https://ci.appveyor.com/api/projects/status/ulpfhv1v32bhwaju?svg=true" href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader" />
<img src="https://api.codacy.com/project/badge/Grade/4c55d4a2ca28421b989d6f16ec0399bd" href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SamuelTulach/VirusTotalUploader&amp;utm_campaign=Badge_Grade" />
<a href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/VirusTotalUploader/Lobby.svg" href="https://gitter.im/VirusTotalUploader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" /></a>
<a href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader"><img src="https://ci.appveyor.com/api/projects/status/ulpfhv1v32bhwaju?svg=true" href="https://ci.appveyor.com/project/SamuelTulach/virustotaluploader" /></a>
<a href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SamuelTulach/VirusTotalUploader&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/4c55d4a2ca28421b989d6f16ec0399bd" href="https://www.codacy.com/manual/SamuelTulach/VirusTotalUploader?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SamuelTulach/VirusTotalUploader&amp;utm_campaign=Badge_Grade" /></a>
</p>
#### Warning
This is not officially supported application. It was created, because official VirusTotal desktop app is unmaintained. If you are afraid you can build it from source by yourself. Also please don't download it from any 3d party sites.
This is not officially supported application. It was created because official VirusTotal desktop app is unmaintained. If you are afraid, you can build it from source by yourself. Also please don't download it from any third-party sites.
#### Download
#### Download (<a href="https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net46-web-installer"><img alt="GitHub release" src="https://img.shields.io/badge/Requires-.NET%20Framework%204.6%20(or later)-blue"></a>)
Please go to [releases page](https://github.com/SamuelTulach/VirusTotalUploader/releases) to download compiled app and installer. *Don't forget to star the repo!*
#### How to get API key
It is really simple! All you need to do is to go to [VirusTotal official page](https://www.virustotal.com/), create profile and copy your key.
![screenshot1](assets/1.gif)
<img src="assets/1.gif" />
#### How to use
It is really easy! Just drag and drop file into the app and voila!
![screenshot2](assets/2.gif)
<img src="assets/2.gif" />
#### Contributing
If you have any idea how to make this app better, please create pull request. If you find any bug, please create issue.
If you have any idea how to make this app better, please [create a pull request](https://github.com/SamuelTulach/VirusTotalUploader/compare). If you find any bug, please [create an issue](https://github.com/SamuelTulach/VirusTotalUploader/issues/new).
#### License
This project is licensed under GPLv3 and it's libraries under their license. Please check both LICENSE.txt and LICENSE_3rd.txt.
This project is licensed under GPLv3 and it's libraries under their license. Please check both [LICENSE.txt](LICENSE.txt) and [LICENSE_3rd.txt](LICENSE_3rd.txt).