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.
- Host: GitHub
- URL: https://github.com/ronik-v/flasksiteforinvestingbot
- Owner: ronik-v
- License: apache-2.0
- Created: 2023-08-24T19:24:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T12:08:01.000Z (over 1 year ago)
- Last Synced: 2023-10-30T12:26:58.711Z (over 1 year ago)
- Topics: flask, flask-application, sqlalchemy, website
- Language: HTML
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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