https://github.com/guglielmino/astone-bot
Astone - The Bot for Bidding
https://github.com/guglielmino/astone-bot
auction bid bot javascript nodejs telegram-bot
Last synced: 5 months ago
JSON representation
Astone - The Bot for Bidding
- Host: GitHub
- URL: https://github.com/guglielmino/astone-bot
- Owner: guglielmino
- License: mit
- Created: 2017-09-21T20:37:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T18:50:26.000Z (over 6 years ago)
- Last Synced: 2024-06-13T02:05:30.255Z (about 2 years ago)
- Topics: auction, bid, bot, javascript, nodejs, telegram-bot
- Language: HTML
- Size: 2.7 MB
- Stars: 5
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/guglielmino/astone-bot)
## Astone - The Bot for Bidding
Astone is a Telegram Bot for online auctions.
It supports some simple commands to create an auction or to bid on a existing one.
(TO DO: Extend with animated gif of a sample auction)
# Install notes
(TO DO)
# Telegram bot deep linking
Telegram can deep link a bot with a specific url in the format:
`https://telegram.me/{BotName}`
In the case of Astone the stantard deep linking url will be
`https://telegram.me/AstoneBot`
Deep link can pass parameters to Bot's start, to pass parameter url must have a query string
key called start. This parameter is used to generate a link with deeplinking of a auction, this
is useful for sharing the auction, the url with deeplinking of the auction will be:
`https://telegram.me/AstoneBot?start=auc:1234`
Where `1234` is the auction identifier, must be payed attention to parameter value length because
it must be max 64 characters long.