Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utxo-one/bitcoiners-network
Purify your Bitcoin Twitter Experience
https://github.com/utxo-one/bitcoiners-network
bitcoin bitcoin-payment btcpayserver laravel lightning-network react reactjs twitter twitter-api twitter-bot
Last synced: 2 months ago
JSON representation
Purify your Bitcoin Twitter Experience
- Host: GitHub
- URL: https://github.com/utxo-one/bitcoiners-network
- Owner: utxo-one
- Created: 2022-09-09T01:45:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T17:29:23.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T04:01:40.406Z (3 months ago)
- Topics: bitcoin, bitcoin-payment, btcpayserver, laravel, lightning-network, react, reactjs, twitter, twitter-api, twitter-bot
- Language: PHP
- Homepage: https://bitcoiners.network
- Size: 3.14 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoiners.Network
Bitcoiners.Network is the ultimate way to manage your Bitcoin Twitter experience. Discover new bitcoiners to follow, unfollow shitcoiners and nocoiners and discover the best content from fellow bitcoiners.
To get started, visit https://bitcoiners.network
## Local Installation
If you're interested in running a local instance of this app and building your own database of users, read the instructions below.
### Prerequisites
- 150GB Disk Space
- 8GB RAM
- Linux
- Docker
- Twitter Developer Credentials
- BTCPayServer + Lightning Node## Installation
#### Clone Repository
```sh
git clone https://github.com/utxo-one/bitcoiners-network
```
#### Give Write Permissions```sh
sudo chmod 777 -R bitcoiners-network/
```
#### Enter Directory```sh
cd bitcoiners-network
```#### Create .env file
```sh
sudo cp .env.example .env
```#### Install Composer Packages
```sh
sudo composer update
```#### Docker Up (Sail)
```sh
sudo vendor/bin/sail up -d
```#### Run Database Migration and Seeder
```sh
sudo vendor/bin/sail artisan migrate:refresh --seed
```App should be accessible at http://localhost