Skip to content

Just a simple bot for parsing Binance P2P listings and sending them to Telegram group

Notifications You must be signed in to change notification settings

ratik/binance-parser-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance parser

To run this parser you need docker

docker build -t binance-parser .
docker run --rm --name binance-parser -d -e ASSET=USDT -e PAY_TYPES=LIBERTYBANK -e FIAT=USD -e MIN_VALUE=0.9 -e TG_TOKEN=token -e TG_CHANNEL_ID=-889705140 binance-parser

and to stop it

docker stop binance-parser

About

Just a simple bot for parsing Binance P2P listings and sending them to Telegram group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published