An open API service indexing awesome lists of open source software.

https://github.com/ronik-v/flasksiteforinvestingbot

This site was created as part of a project to create a bot for investments. To reflect information about changes in the bot, adding features, sending your data for more information.
https://github.com/ronik-v/flasksiteforinvestingbot

flask flask-application sqlalchemy website

Last synced: 2 months ago
JSON representation

This site was created as part of a project to create a bot for investments. To reflect information about changes in the bot, adding features, sending your data for more information.

Awesome Lists containing this project

README

        

# FlaskSiteForInvestingBot
This site was created as part of a project to create a bot for investments. To reflect information about changes in the bot, adding features, sending your data for more information.

## Config

To configure this, you can change the admin settings for adding news to /news in the config.py file.

## Admin

For create admin use this code


db.session.add(Admin(name='admin', password='12345'))
db.session.commit()


Add in config.py database name and secret key


P.S. Do not forget to insert a link to the bot in Telegram