Skip to content

wingerter/gatewayui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatewayui

Tweet downloader for macOS and Windows. Without API keys.

Interface

The application opens a browser in which you can navigate twitter, any tweet you see will be stored.
You can login into your twitter account to retrieve private profiles, lists, etc. Twitter won't be able to tell if you're in a normal browser or in the application.

Building

Build/release
Releases are not signed, your operating system may show a warning when opening the application.

Self building

To build the application yourself follow these steps:

1. Install Node.js

2. Install Yarn

npm install -g yarn

3. Clone the repository

git clone https://github.com/Vulpes-fox/gatewayui.git
cd gatewayui

You can also download the source code directly from your browser and then navigate to the directory in the terminal / command line.

4. Install node dependencies

npm install

5. Compile SCSS

npm run build

6. Build final application

yarn dist

The application should have been built on the folder dist

About

Tweet downloader for macOS and Windows. Without API keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 50.7%
  • HTML 25.1%
  • SCSS 24.2%