All Projects → Fittiboy → bitcoin-on-twitch

Fittiboy / bitcoin-on-twitch

Licence: MIT license
Bitcoin on Twitch: Accept Bitcoin donations on Twitch, and integrate them into your alerts!

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to bitcoin-on-twitch

LaColorduino
I build my own clone of "LaMetric"-smartwatch but with some Colorduino for Twitch, YouTube, Twitter, CSGO, etc.. (Working)
Stars: ✭ 56 (+124%)
Mutual labels:  twitch
TwitchPotPlayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 159 (+536%)
Mutual labels:  twitch
twitch-clip-archive
This project creates a complete off side backup of the clips of a Twitch streamer.
Stars: ✭ 33 (+32%)
Mutual labels:  twitch
salty bot
Twitch chat bot
Stars: ✭ 15 (-40%)
Mutual labels:  twitch
unwanted-twitch
Hide unwanted streams, games, categories and channels on: twitch.tv
Stars: ✭ 65 (+160%)
Mutual labels:  twitch
RechatTool
Downloads the chat log from a Twitch VOD.
Stars: ✭ 127 (+408%)
Mutual labels:  twitch
lnd-routing
Lightning network liquidity service
Stars: ✭ 16 (-36%)
Mutual labels:  lightning-network
StreamLinkerino
Twitch.tv client using only StreamLink, MPV, and Chatterino
Stars: ✭ 26 (+4%)
Mutual labels:  twitch
ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (+192%)
Mutual labels:  twitch
bitcoin-stack
Docker setup for Bitcoin, Elements/Liquid, LND, C-Lightning, Eclair, & Electrs in regtest mode
Stars: ✭ 66 (+164%)
Mutual labels:  lightning-network
tau
TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
Stars: ✭ 122 (+388%)
Mutual labels:  twitch
boltz-frontend
Frontend of Boltz
Stars: ✭ 18 (-28%)
Mutual labels:  lightning-network
rtchat
A chat app for IRL streamers.
Stars: ✭ 26 (+4%)
Mutual labels:  twitch
LightningBuddy
Twitter Client for Lightning JSON-RPC interface
Stars: ✭ 38 (+52%)
Mutual labels:  lightning-network
obs-random-videos
Easily create a random playlist of videos or music
Stars: ✭ 38 (+52%)
Mutual labels:  twitch
TTVDropBot
Twitch Drop Bot. Automaticlly Farms every Twitch Drop available like Rust for ya and now also your Custom Channel's
Stars: ✭ 291 (+1064%)
Mutual labels:  twitch
PhantomBotDE
PhantomBotDE ist ein aktiv Entwickelter interaktiver Open Source Twitch Bot mit einer lebendigen Community welche Unterhaltung und Moderation für deinen Kanal bietet, dieser erlaubt dir dich auf das was wirklich zählt zu Konzentrieren - dein Spiel und deine Zuschauer.
Stars: ✭ 24 (-4%)
Mutual labels:  twitch
storm-spec
Specification for Storm: L2/L3 distributed storage and messaging with economic incentivisation leveraging LNP/BP ecosystem
Stars: ✭ 62 (+148%)
Mutual labels:  lightning-network
TwitchAuth
Unreal Engine 4 Plugin for In-Game Twitch Authentication.
Stars: ✭ 21 (-16%)
Mutual labels:  twitch
glitchify
Tweaks for the official twitch.tv android app
Stars: ✭ 33 (+32%)
Mutual labels:  twitch

Telegram Amboss.Space

This project is not being actively maintained!

Need help?

If you have truly no idea how to do any of this, or you're having problems:
Email me at [email protected] or shoot me a message on Telegram, Keybase, or Twitter! (I take longer to notice messages on Twitter)

I also made a Telegram group for anyone to join.

Want to support the project?

As this solution is entirely free to use, I will gladly accept any donations you're willing to throw my way!
Lightning Address: [email protected]

Bitcoin on Twitch

Want to accept Bitcoin donations on Twitch? This will allow you to not only accept Bitcoin, but also have those donations show up in your Streamlabs alerts! And the best part: While it supports on-chain payments, it's lightning-first!
To enable this, LNbits is utilized, for which I wrote a special extension.
It's open source all the way down!

Setup Guide

For this to work, you need to have git, python, and its virtualenv module installed.
This will only work on Linux, and should preferably run on an always-on machine.
You can run this on Windows, using WSL, and run it on your streaming PC while you're live. When using ngrok, keep in mind that your URL will change every time you restart it.
If you want to run it on Windows via WSL, I recommend installing Ubuntu, and running sudo apt update ; sudo apt upgrade ; sudo apt install python3-venv git.

  1. Clone the repo and cd into it (git clone https://github.com/Fittiboy/bitcoin-on-twitch ; cd bitcoin-on-twitch)
  2. Get an lntxbot wallet.
    If you have a different backend that you would like to use, you can just hit enter without typing anything when you are later asked for the lntxbot API key.
    Keep in mind that you will have to manually set the backend in lnbits/.env, as explained here
  3. Get an API key from lntxbot by messaging it /api full.
  4. Run python initial_setup.py and follow the instructions. When it asks whether or not you want to use "ngrok," you have to make a decision: The ngrok extension in LNbits will allow you to host it publicly and for free.
    You can read the "How it works" section here for more information. If you want to use this, simply type "y" and hit enter, otherwise "n".
    If you need help with web hosting, you can send me an email at [email protected]! I might be able to help you out.
  5. You should now be able to run . ./start_lnbits.sh, which should launch
    LNbits in the background, making it reachable at http://localhost:5000/
    Issues will be recorded in a file called lnbits.log
  6. In LNbits, create a wallet.
    This should bring you to a url that ends in this format : /wallet?usr=XXXXXXXXXX&wal=YYYYYYYYYYYYY.
    Keep the XXXX and YYYY (yours will look like random text and numbers) secret, but copy the FULL URL somewhere safe.
    Visiting this URL is essentially how you log in to LNbits, and so anyone who knows this URL, or the XXXX and YYYY could access your wallet.
    For added security, you can move your funds to a different wallet after every stream!
  7. Right now, anyone with access to the URL could create new wallets and use your LNbits. To prevent this, do the following: copy just the XXXXXXXXXX from the url (usr=XXXXXXXXXX&wal=...) and run python whitelist_user.py. Paste your user ID when prompted.
    Now you can restart LNbits (. ./kill_lnbits.sh ; . ./start_lnbits.sh), and you should now get an error when trying to create a new login!
  8. Follow the extension guide.
  9. When you publicly host this, go ahead and open your wallet through your public URL (for example, the URL shown in the ngrok extension).
    To access your wallet on this public URL, simply add the /wallet?usr=XXXXXXXXXX&wal=YYYYYYYYYYYYY part from the URL you saved.
    Then, navigate to the Stream Alerts extension again and there you can get the donation page link, as described in the guide in the previous step.

You can try sending yourself a test donation afterwards.
If everything worked, you should see the donation pop up here (remember to refresh).
If something went wrong, please submit an issue or send me an email at [email protected]!

To stop LNbits (and ngrok if it's running), run . ./kill_lnbits.sh, but be aware that this will kill all processes that have "lnbits" and "ngrok" in their name. If for whatever reason you have other processes running that have those names in them, kill LNbits (and potentially ngrok) manually.

Contributing

I want this to be a project that allows streamers on Twitch to integrate Bitcoin donations
into their on-stream alerts with as little setup as possible.
Things you can help with:

  • Clarifying steps in the guide, or linking to/writing more detailed guides to get non-technical users up to speed
  • Writing scripts that would make this run on Windows (in case a streamer opts for self-hosting on Windows)

I'm not at all used to maintaining projects with other contributors, so I don't know, just follow the
common etiquette or whatever if you wanna help :)
I would especially appreciate help with just making things cleaner and more efficient (I'm not a professional),
as well as potentially integrating services other than Streamlabs (not sure if there are any
that are widely used like Streamlabs and actually have an API for this).

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].