Skip to content

Commit

Permalink
Update version 3.0.4 - 2022/09/17
Browse files Browse the repository at this point in the history
  • Loading branch information
mxnt10 committed Sep 18, 2022
1 parent 5eeaffa commit c98fe8e
Showing 1 changed file with 34 additions and 21 deletions.
55 changes: 34 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,51 @@
<html>
<body>
<h1 align="center">
Insta - Instagram Desktop
<b>Insta - Instagram Desktop</b>
<br>
<img src="https://img.shields.io/badge/Platform-Linux-blue?style=flat-square"/>
<a href="/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/mxnt10/insta?color=blue&label=License&style=flat-square">
</a>
<a href="https://github.com/mxnt10/insta/releases">
<img src="https://img.shields.io/github/v/release/mxnt10/insta?color=blue&label=Release%20Version&style=flat-square"/>
</a>
<img src="https://img.shields.io/github/last-commit/mxnt10/insta?color=blue&label=Last%20Commit&style=flat-square"/>
<img src="https://img.shields.io/github/release-date/mxnt10/insta?color=blue&label=Release%20Date&style=flat-square"/>
<img src="https://img.shields.io/github/repo-size/mxnt10/insta?color=blue&label=Repo%20Size&style=flat-square"/>
<img src="https://img.shields.io/github/directory-file-count/mxnt10/insta?color=blue&label=Repo%20Files&style=flat-square"/>
<img src="https://img.shields.io/github/downloads/mxnt10/insta/total?color=blue&label=Downloads&style=flat-square">
<a href="https://github.com/mxnt10/insta/stargazers">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/mxnt10/insta?color=blue&label=GitHub%20Stars&style=flat-square">
</a>
<br/><br/>
<img src="https://raw.githubusercontent.com/mxnt10/insta/master/common/preview.png">
<h3 align="center"> Unofficial webapp for Instagram website using python and PyQt5 with PyQtWebEngine.</h3><br/>
</h1>
<h3 align="center">
Unofficial webapp for Instagram website using python and PyQt5 with PyQtWebEngine.
</h3>
<h3 align="center">
<a><img src="https://raw.githubusercontent.com/mxnt10/insta/master/common/preview.png"></a>
</h3><br/>
</body>
</html>

## Required packages
<h2><b>Required Packages</b></h2>

- python >= 3.6
- libnotify (notify-send) >= 0.7.9
<img src="https://img.shields.io/badge/python%20>=-v3.6-00aa00?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/libnotify%20(notify--send)%20>=-v0.7.9-00aa00?style=flat-square"/><br/>

### Required python modules
<h3><b>Required python modules</b></h3>

- lxml >= 4.7.1
- PyQt5 >= 5.15.2
- PyQtWebEngine >= 5.15.2
- requests >= 2.25.1
- soupsieve >= 2.3.1
<img src="https://img.shields.io/badge/lxml%20>=-v4.7.1-00aa00?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/PyQt5%20>=-v5.15.2-00aa00?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/PyQtWebEngine%20>=-v5.15.2-00aa00?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/requests%20>=-v2.25.1-00aa00?style=flat-square"/><br/>
<img src="https://img.shields.io/badge/soupsieve%20>=-v2.3.1-00aa00?style=flat-square"/><br/>

## Shotcuts
<h2><b>Shotcuts</b></h2>

- Ctrl+R: Reload webapp page.
- Ctrl+Q: Quit application.
- Alt+S: Open settings.
- Backspace: Back webapp page.

## Installation instructions
<h2><b>Installation Instructions</b></h2>

To install "Insta", use the following commands:
```sh
Expand All @@ -42,7 +55,7 @@ $ cd insta
$ sudo ./install.sh
```

## GNU General Public License
<h2><b>GNU General Public License</b></h2>

This repository has scripts that were created to be free software.<br/>
Therefore, they can be distributed and / or modified within the terms of the *GNU General Public License*.
Expand All @@ -51,12 +64,12 @@ Therefore, they can be distributed and / or modified within the terms of the *GN
>
>Free Software Foundation (FSF) Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
## Comments
<h2><b>Comments</b></h2>

In case of bugs, problems of execution or construction of packages, constructive criticism, among others,
please submit a message to one of the contacts below.

## Contact
<h2><b>Contact</b></h2>

Maintainer: Mauricio Ferrari<br/>
E-Mail: *m10ferrari1200@gmail.com*<br/>
Expand Down

0 comments on commit c98fe8e

Please sign in to comment.