Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliosm/kontests
Competitive programming contests schedule
https://github.com/aliosm/kontests
a2oj atcoder codeforces codeforces-gym codeshef competitive-programming crawler csacademy hackerearth hackerrank kickstart leetcode topcoder
Last synced: 3 months ago
JSON representation
Competitive programming contests schedule
- Host: GitHub
- URL: https://github.com/aliosm/kontests
- Owner: AliOsm
- License: mit
- Created: 2018-06-26T22:22:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T19:06:12.000Z (over 1 year ago)
- Last Synced: 2023-05-10T20:22:46.227Z (over 1 year ago)
- Topics: a2oj, atcoder, codeforces, codeforces-gym, codeshef, competitive-programming, crawler, csacademy, hackerearth, hackerrank, kickstart, leetcode, topcoder
- Language: Ruby
- Homepage: https://kontests.net
- Size: 1.73 MB
- Stars: 25
- Watchers: 2
- Forks: 8
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# KONTESTS
Competitive Programming Contests Schedule, all at one place! Visit it [here](https://kontests.net).## Supported Sites
1. [CodeForces](https://codeforces.com) ( including [CodeForces::Gym](https://codeforces.com/gyms) )
2. [TopCoder](https://topcoder.com)
3. [AtCoder](https://atcoder.jp)
4. [CS Academy](https://csacademy.com)
5. [CodeChef](https://codechef.com)
6. [HackerRank](https://hackerrank.com)
7. [HackerEarth](https://www.hackerearth.com)
8. [Kick Start](https://codingcompetitions.withgoogle.com/kickstart)
9. [LeetCode](https://leetcode.com)
10. [Toph](https://toph.co)## Run it Locally
1. Install `Ruby` programming language (version `2.5.0`).
2. Clone this repository.
```
git clone [email protected]:AliOsm/kontests.git
```
3. To install all dependencies, move inside this directory and run the following.
```
cd kontests
bundle install
```
4. Run `Rails` migrations to create the database.
```
rails db:migrate
```
5. To start the server, install `foreman` gem and run it as follows.
```
gem install foreman
foreman start
```
6. Now you can browse the application from `localhost:5000`## Built on top of KONTESTS
- [KONTESTS Browser Extension](https://github.com/AliOsm/kontests-browser-extension)
- [Codeforces WatchR](https://github.com/xorum-io/codeforces_watcher)## Contributing
[Bug reports](https://github.com/AliOsm/kontests/issues) and [pull requests](https://github.com/AliOsm/kontests/pulls) are welcome on GitHub at https://github.com/AliOsm/kontests.## License
The project is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).