•  


GitHub - JackHumphries9/Socially: Group all of your socials in one window!
Skip to content

JackHumphries9/Socially

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 - me@jackhumphries.co.uk

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

Website Link: https://getsocially.app

- "漢字路" 한글한자자동변환 서비스는 교육부 고전문헌국역지원사업의 지원으로 구축되었습니다.
- "漢字路" 한글한자자동변환 서비스는 전통문화연구회 "울산대학교한국어처리연구실 옥철영(IT융합전공)교수팀"에서 개발한 한글한자자동변환기를 바탕하여 지속적으로 공동 연구 개발하고 있는 서비스입니다.
- 현재 고유명사(인명, 지명등)을 비롯한 여러 변환오류가 있으며 이를 해결하고자 많은 연구 개발을 진행하고자 하고 있습니다. 이를 인지하시고 다른 곳에서 인용시 한자 변환 결과를 한번 더 검토하시고 사용해 주시기 바랍니다.
- 변환오류 및 건의,문의사항은 juntong@juntong.or.kr로 메일로 보내주시면 감사하겠습니다. .
Copyright ⓒ 2020 By '전통문화연구회(傳統文化硏究會)' All Rights reserved.
 한국   대만   중국   일본