All Projects → awkward → Beam

awkward / Beam

Licence: gpl-2.0
Beam: the open source Reddit client for iOS

Programming Languages

swift
15916 projects
swift3
66 projects

Projects that are alternatives of or similar to Beam

Alfred Reddit
Browse Reddit from Alfred
Stars: ✭ 155 (-28.57%)
Mutual labels:  reddit
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+935.48%)
Mutual labels:  beam
Downloaderforreddit
The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
Stars: ✭ 208 (-4.15%)
Mutual labels:  reddit
Nntpit
minimalist reddit2nntp gateway
Stars: ✭ 172 (-20.74%)
Mutual labels:  reddit
Hackershare
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature
Stars: ✭ 178 (-17.97%)
Mutual labels:  reddit
Meme api
Summon a random meme at will
Stars: ✭ 202 (-6.91%)
Mutual labels:  reddit
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (-30.41%)
Mutual labels:  reddit
Lumen
An alternative BEAM implementation, designed for WebAssembly
Stars: ✭ 2,742 (+1163.59%)
Mutual labels:  beam
Redd
Redd is a batteries-included API wrapper for reddit.
Stars: ✭ 180 (-17.05%)
Mutual labels:  reddit
Media Scraper
Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
Stars: ✭ 206 (-5.07%)
Mutual labels:  reddit
Mad
⚡ MAD: Manage Dependencies
Stars: ✭ 175 (-19.35%)
Mutual labels:  beam
Lam
🚀 a lightweight, universal actor-model vm for writing scalable and reliable applications that run natively and on WebAssembly
Stars: ✭ 176 (-18.89%)
Mutual labels:  beam
Login With
Stateless login-with microservice for OAuth
Stars: ✭ 2,301 (+960.37%)
Mutual labels:  reddit
Geddit
golang reddit api wrapper
Stars: ✭ 158 (-27.19%)
Mutual labels:  reddit
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+1166.36%)
Mutual labels:  reddit
Codec Beam
Generate Erlang VM byte code from Haskell
Stars: ✭ 152 (-29.95%)
Mutual labels:  beam
Unim.press
A Reddit front-page reader in the style of The New York Times.
Stars: ✭ 199 (-8.29%)
Mutual labels:  reddit
Reddift
Swift Reddit API Wrapper
Stars: ✭ 215 (-0.92%)
Mutual labels:  reddit
Reddit Hyped Stocks
A web application to explore currently hyped stocks on Reddit
Stars: ✭ 173 (-20.28%)
Mutual labels:  reddit
Pytorch Beam Search Decoding
PyTorch implementation of beam search decoding for seq2seq models
Stars: ✭ 204 (-5.99%)
Mutual labels:  beam

icon
Beam for Reddit

Contact License: GPL v2.0

An open source Reddit client for iOS.



Beam


Introduction

Hi, we're Awkward. In 2014, we started working on a Reddit client called Beam. In the years that followed, we created a client that lets its users enjoy all of Reddit's content in a unique and beautiful package. After four years of development, we've decided to open source Beam and truly hand it over to its users. We’ll still continue to work on Beam and release high-quality updates.

Features

Beam brings the best features of Reddit to your iPhone and iPad.

  • Multireddits
  • Content filters
  • In-app messaging
  • Message notifications
  • Post marking
  • Spoiler protection
  • 3D Touch

It also offered unlockable packs in the past, now available by default:

  • Mediaview
  • Night Mode
  • Auto Playing GIFs
  • Thumbnail Mode
  • Metadata Control
  • Multiple Accounts
  • Passcode Lock
  • Touch ID Unlock
  • Privacy Mode

Contributing

Bug Reports & Feature Requests

Please use GitHub issues to report any bugs or file feature requests. If you can fix it yourself, feel free to send in a pull request. For any bugs please include the following information:

  • The iOS version of the device
  • The model of the device (iPhone 5s, iPhone 6 etc)
  • If you are running the App Store version of the app or a version that you've compiled yourself
  • The fork or branch used if you've compiled the app yourself

Pull requests

Pull requests should include information about what has been changed. Also, try to include screenshots or links to issues in order to better review the pull request. All pull requests will be reviewed by someone of the Awkward team.

Requirements

In order to compile Beam you will need to meet the following requirements:

- A Mac with Xcode 8.1 or later
- Git command line tools or a git source control client like Tower. 

Getting started

Submodules

Beam uses submodules for dependencies, so when cloning Beam, make sure to include recursive submodules. If any problems occur trying to checkout these submodules, use the following terminal command to make sure are submodules are ready: git submodule update --init --recursive

Steps to compile

To compile Beam, please follow these steps:

  1. Clone the repository including submodules
  2. Edit SampleConfig.swift with the required values and rename it to Config.swift
  3. Open beam.xcodeproj in Xcode
  4. Run the app

General structure of the app

When opening the project in Xcode you will see several targets. The two most important targets are beam and Snoo.

  • beam This is the app that you see on your phone and in the App Store.
  • Snoo is the framework built by us that handles the core data objects and communication with the Reddit API. Beam calls snoo to get the data.

License

Beam is available under the GPL-2.0 license. See the LICENSE.md file for more info.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].