https://github.com/chrisross5/tradingview-ideas
College project (Java programming S4): A Java Swing app fetching TradingView data via RSS, with a fully responsive design. Supports user & admin roles with CRUD for ideas, authors, symbols & markets.
https://github.com/chrisross5/tradingview-ideas
bcrypt flatlaf java jaxb jsoup rss sql sql-server swing
Last synced: 3 months ago
JSON representation
College project (Java programming S4): A Java Swing app fetching TradingView data via RSS, with a fully responsive design. Supports user & admin roles with CRUD for ideas, authors, symbols & markets.
- Host: GitHub
- URL: https://github.com/chrisross5/tradingview-ideas
- Owner: ChrisRoss5
- Created: 2023-08-19T11:04:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T02:31:01.000Z (11 months ago)
- Last Synced: 2025-01-15T22:21:13.017Z (5 months ago)
- Topics: bcrypt, flatlaf, java, jaxb, jsoup, rss, sql, sql-server, swing
- Language: Java
- Homepage:
- Size: 8.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Setup
- Download [JDK 19](https://www.oracle.com/java/technologies/javase/jdk19-archive-downloads.html).
- Run SQL Server database initialization: [init.sql](sql/init.sql)
- Adjust database properties: [db.properties](Dao/src/main/resources/config/db.properties)
- Run TradingView Ideas and log in as 'admin' or 'user'. The passwords are the same as the usernames.## RSS Feed
- Instructions: [tradingview.com/widget](https://www.tradingview.com/widget)
- Source: [tradingview.com/feed](https://www.tradingview.com/feed)If the source is no longer working, update the `RSS_URL` in [IdeaParser.java](TradingViewIdeas\src\main\java\hr\algebra\parser\rss\IdeaParser.java) to use the files in [RSS_backup](/RSS_backup/) and adjust the query string params in the parser function.
---
For more info, see project specifications:- [specs-en.pdf](specs-en.pdf)
- [specs-hr.pdf](specs-hr.pdf)