telegram bot that stores and share notices to a telegram channal
- get http token from @botfather
- get your main telegram channal id and username
- get sms.ir apikey and linenumber
- get a domain for callback url or just add localhost
- set pay=True for paid notice submitting or pay=False
- set amount to pay per notice
- set SANDBOX=False and obtain MERCHANT from zarinpal.com or set SANDBOX=True and MERCHANT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx for free notice submitting
add database url to create_engine method or unhash line 9 for local sqlite database example for mysql: mysql://USERNAME:PASSWORD@DATABASE_HOST:PORT(DEFAULT=3306)/DATABASE_NAME