GithubHelp home page GithubHelp logo

jackhumphries9 / socially Goto Github PK

View Code? Open in Web Editor NEW
66.0 1.0 18.0 2.34 MB

Group all of your socials in one window!

Home Page: https://getsocially.app

Shell 0.38% JavaScript 68.10% HTML 3.64% CSS 27.87%
electron socials instagram whatsapp facebook social-media social-media-tool product-screenshot

socially's Introduction


Logo

Socially

Group all of your socials into one window!

Table of Contents

About The Project

Socially Screen Shot

Socially is an application which combines all of your social media DM's and chats into one single window. The aim of this app is to increase productivity and reduce the need for having multiple browser tabs open.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

First you need to install Node.JS and NPM. Then you can setup the project.

Installation

  1. Clone the repo
git clone https://github.com/JackHumphries9/Socially.git
  1. Install NPM packages
npm install

If you are going to develop this project, change line 6 in the package.json to:

"main": "src/electron.js",

and in the src/electron.js file, make sure that you set isDev to true (I will be fixing this to use the environment rather than manually):

let isDev = true;

To run this project, you need to run the React server in one terminal:

npm start

And then run the electron app:

npm run electron

This repo contains two scripts (these scripts have been used on MacOS but should work on Linux):

The build script executed by:

./build.sh

will build the React project then copy the src/electron.js and src/preload.js files over into the build folder. From there, electron-builder is ran to compile for all platforms (this may error out on Linux due to MacOS apps not being able to be signed).

Building for MacOS may be problematic as the code was signed by me using a Provisioning profile. You may need to delete some parts of the electron-builder.json file in order to build it properly. (Possibly the provisionProfile field)

The cleanup script executed by:

./cleanup.sh

Releases

See the releases page for all releases and to download the binaries.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License v3.0 License. See LICENSE for more information.

Contact

Your Name - @JackPHumphries - [email protected]

Project Link: https://github.com/JackHumphries9/Socially

Website Link: https://getsocially.app

socially's People

Contributors

jackhumphries9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

socially's Issues

feature: Switch to IPC rather than Remote

The remote module is becoming deprecated in Electron as IPC is proven to be safer and more efficient. The codebase can be easily switched as the preload.js file can be altered so that it uses IPC rather than the Remote module. No React code has to change.

Twitter not loading

Describe the bug
I get the "Error loading Twitter" message and a blank screen every time I tried to open it. I have no problem on other networks so far though.

To Reproduce
Steps to reproduce the behavior (for me):

  1. Open the app
  2. Open the Twitter tab

Expected behavior
show the Twitter website

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Version 20H2

bug: Twitter not functioning properly

Hi,
Thank you for downloading Socially. There is an issue with the Twitter tab. Twitter is not appearing in the <webview>. I am not sure whether the <webview> is working properly or it is another issue.

EDIT: After a bit of debugging, I have finally discovered the issue. The issue is due to Chromium loading guest content in a strange way. Chromium is trying to swap the browsing instance when the Cross Origin Opener Policy but that doesn't work with the <webview> as its not supported. I have determined that it is an Electron issue and when a commit is merged to fix this, I will rebuild the binaries.

feature: Better experience when not connected to the internet

At the moment, Socially doesn't prompt users that they are not connected to the internet. Some apps install service workers and continue to load their app but it is very hit and miss. I would rather create a system where it detects if your are connected to the internet and displays a view which tells you that you are not connected to the internet.

chore: Rewrite the data layer

While doing maintenance on the code for adding the TouchBar support, I've realised that the data layer could be improved. Currently, everything is stored in a state variable which is very poorly optimised. Also, I cannot read this data from the main process. To combat this, I am going to be rethinking how data moves through the app.

Hopefully, the next version should be easier to maintain and so forth.

Rebuild with React.

Hi,
The next version of Socially will be built with React. I attempted to build my own manager to handle the different application states but I just think React is the most sensible option. It is a pain to get working however, I think I have a good method now.

feature: Add functionality for back and refresh

While I was using Instagram on Socially, I opened a reel sent to me in DMs. After that, I realized that I have no way of going back to the DMs.

It would be great to have a back button, probably at the title bar, to go back in history. And optionally, a refresh button would be a nice add-on.

As a workaround, I either have to refresh the app (ctrl + r) or click on the home/DM icon at the header of the app itself, and it works fine, but having a back button would be handy (as it will preserve the context in which we originally were). Using this method, I have to go back to the DM/post all the way through again navigating.

I am using v1.0.

bug: Whatsapp Stopped Working

Whatsapp has had a recent web update meaning that it will not work with Chrome versions under Chrome 60. The useragent string needs updating aswell as the Electron dependencies for this project.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.