1639541893
Our team was broken, one person didn't do anything the other sent copied code, so in the last two hours I learnt discord.py and built this bot, and my team memeber miffy provided the icon for the avatar of the bot, which she had drawn herself.
Download Details:
Author: VaarunSinha
Source Code: https://github.com/VaarunSinha/Astro-Bot
1624410000
Create a Twitter bot with Python that tweets images or status updates at a set interval. The Python script also scrapes the web for data.
đș The video in this post was made by freeCodeCamp.org
The origin of the article: https://www.youtube.com/watch?v=8u-zJVVVhT4&list=PLWKjhJtqVAbnqBxcdjVGgT3uVR10bzTEB&index=14
đ„ If youâre a beginner. I believe the article below will be useful to you â What You Should Know Before Investing in Cryptocurrency - For Beginner
â â âThe project is of interest to the community. Join to Get free âGEEK coinâ (GEEKCASH coin)!
â **-----CLICK HERE-----**â â â
Thanks for visiting and watching! Please donât forget to leave a like, comment and share!
#python #a twitter bot #a twitter bot with python #bot #bot with python #create a twitter bot with python
1617882011
Does your business need a robust system across large-scale network servers then developing your app with a Golang programming language is the way to go. Golang is generally used for the development of highly secured, High Speed and High Modularity apps such as a FinTech Industry.
Want to develop a Highly secured app for your business?
Then hire a dedicated Golang developer from WebClues Infotech that are highly skilled in carrying out the work in a timely and qualitative output. With WebClues Infotech you get the assurance that we know what are the customersâ expectations and how to deliver on them on time.
Get your desired Golang Developer based on your project requirement!!
Share your requirements here https://www.webcluesinfotech.com/contact-us/
Book Free Interview with Golang developer: https://bit.ly/3dDShFg
#hire golang developer #hire go language developer #dedicated golang app developers #golang web development company #hire golang developers india #hire expert golang developers
1602065961
https://www.mobinius.com/blogs/golang-web-development-company
#golang web development #golang-app-development-company #golang-development-solutions #hire-golang-developers #golang-development-services
1655532840
Golang Crypto Trading Bot
A golang implementation of a console-based trading bot for cryptocurrency exchanges.
Download a release or directly build the code from this repository.
go get github.com/saniales/golang-crypto-trading-bot
If you need to, you can create a strategy and bind it to the bot:
import bot "github.com/saniales/golang-crypto-trading-bot/cmd"
func main() {
bot.AddCustomStrategy(examples.MyStrategy)
bot.Execute()
}
For strategy reference see the Godoc documentation.
If enabled, the bot will do paper trading, as it will execute fake orders in a sandbox environment.
A Fake balance for each coin must be specified for each exchange if simulation mode is enabled.
Exchange Name | REST Supported | Websocket Support |
---|---|---|
Bittrex | Yes | No |
Poloniex | Yes | Yes |
Kraken | Yes (no withdraw) | No |
Bitfinex | Yes | Yes |
Binance | Yes | Yes |
Kucoin | Yes | No |
HitBtc | Yes | Yes |
Create a configuration file from this example or run the init
command of the compiled executable.
simulation_mode: true # if you want to enable simulation mode.
exchange_configs:
- exchange: bitfinex
public_key: bitfinex_public_key
secret_key: bitfinex_secret_key
deposit_addresses:
BTC: bitfinex_deposit_address_btc
ETH: bitfinex_deposit_address_eth
ZEC: bitfinex_deposit_address_zec
fake_balances: # used only if simulation mode is enabled, can be omitted if not enabled.
BTC: 100
ETH: 100
ZEC: 100
ETC: 100
- exchange: hitbtc
public_key: hitbtc_public_key
secret_key: hitbtc_secret_key
deposit_addresses:
BTC : hitbtc_deposit_address_btc
ETH: hitbtc_deposit_address_eth
ZEC: hitbtc_deposit_address_zec
fake_balances:
BTC: 100
ETH: 100
ZEC: 100
ETC: 100
strategies:
- strategy: strategy_name
markets:
- market: ETH-BTC
bindings:
- exchange: bitfinex
market_name: ETHBTC
- exchange: hitbtc
market_name: ETHBTC
- market: ZEC-BTC
bindings:
- exchange: bitfinex
market_name: ZECBTC
- exchange: hitbtc
market_name: ZECBTC
- market: ETC-BTC
bindings:
- exchange: bitfinex
market_name: ETCBTC
- exchange: hitbtc
market_name: ETCBTC
Feel free to donate:
METHOD | ADDRESS |
---|---|
Paypal | https://paypal.me/AlessandroSanino |
BTC | 1DVgmv6jkUiGrnuEv1swdGRyhQsZjX9MT3 |
XVG | DFstPiWFXjX8UCyUCxfeVpk6JkgaLBSNvS |
ETH | 0x2fe7bd8a41e91e9284aada0055dbb15ecececf02 |
USDT | 18obCEVmbT6MHXDcPoFwnUuCmkttLbK5Xo |
Author: Saniales
Source Code: https://github.com/saniales/golang-crypto-trading-bot
License: GPL-3.0 license
1646942580
Golang Crypto Trading Bot
A golang implementation of a console-based trading bot for cryptocurrency exchanges.
Download a release or directly build the code from this repository.
go get github.com/saniales/golang-crypto-trading-bot
If you need to, you can create a strategy and bind it to the bot:
import bot "github.com/saniales/golang-crypto-trading-bot/cmd"
func main() {
bot.AddCustomStrategy(examples.MyStrategy)
bot.Execute()
}
For strategy reference see the Godoc documentation.
If enabled, the bot will do paper trading, as it will execute fake orders in a sandbox environment.
A Fake balance for each coin must be specified for each exchange if simulation mode is enabled.
Exchange Name | REST Supported | Websocket Support |
---|---|---|
Bittrex | Yes | No |
Poloniex | Yes | Yes |
Kraken | Yes (no withdraw) | No |
Bitfinex | Yes | Yes |
Binance | Yes | Yes |
Kucoin | Yes | No |
HitBtc | Yes | Yes |
Create a configuration file from this example or run the init
command of the compiled executable.
simulation_mode: true # if you want to enable simulation mode.
exchange_configs:
- exchange: bitfinex
public_key: bitfinex_public_key
secret_key: bitfinex_secret_key
deposit_addresses:
BTC: bitfinex_deposit_address_btc
ETH: bitfinex_deposit_address_eth
ZEC: bitfinex_deposit_address_zec
fake_balances: # used only if simulation mode is enabled, can be omitted if not enabled.
BTC: 100
ETH: 100
ZEC: 100
ETC: 100
- exchange: hitbtc
public_key: hitbtc_public_key
secret_key: hitbtc_secret_key
deposit_addresses:
BTC : hitbtc_deposit_address_btc
ETH: hitbtc_deposit_address_eth
ZEC: hitbtc_deposit_address_zec
fake_balances:
BTC: 100
ETH: 100
ZEC: 100
ETC: 100
strategies:
- strategy: strategy_name
markets:
- market: ETH-BTC
bindings:
- exchange: bitfinex
market_name: ETHBTC
- exchange: hitbtc
market_name: ETHBTC
- market: ZEC-BTC
bindings:
- exchange: bitfinex
market_name: ZECBTC
- exchange: hitbtc
market_name: ZECBTC
- market: ETC-BTC
bindings:
- exchange: bitfinex
market_name: ETCBTC
- exchange: hitbtc
market_name: ETCBTC
Feel free to donate:
METHOD | ADDRESS |
---|---|
Paypal | https://paypal.me/AlessandroSanino |
BTC | 1DVgmv6jkUiGrnuEv1swdGRyhQsZjX9MT3 |
XVG | DFstPiWFXjX8UCyUCxfeVpk6JkgaLBSNvS |
ETH | 0x2fe7bd8a41e91e9284aada0055dbb15ecececf02 |
USDT | 18obCEVmbT6MHXDcPoFwnUuCmkttLbK5Xo |
Author: Saniales
Source Code: https://github.com/saniales/golang-crypto-trading-bot
License: GPL-3.0 License