https://github.com/victorb/backquotes
https://github.com/victorb/backquotes
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorb/backquotes
- Owner: victorb
- Created: 2014-05-24T18:27:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T18:28:07.000Z (about 12 years ago)
- Last Synced: 2025-02-22T04:14:18.541Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## BackQuotes
BackQuotes is all about providing notifications for users of
Flashback.org, the biggest swedish forum, focused on freedom of speech
The project is divided five parts.
* BackData
Holds data if needed
* BackMail
Sends email
* BackQueue
Holds the queues
* BackScraper
Scrapes Flashback for data and performs actions
* BackUser
Holds account data if needed
* BackWeb
The web frontend for the project
* BackWorker
Reads the queues and does the appropriate action if needed
### Installation and running
BackQuotes is the main repo, containing all the parts that is needed for all the features.
Every repo includes a ````boostrap.sh``` in ```scripts/```-folder which you want to run to install all
dependencies, build and run the application in that folder. Every repo also have a ```src/```-folder
(where applicable) that contains the source for the application.
In the future, main repo will be able to start all applications needed.