Codery is a Zulip Bot.
- Create a Zulip Realm
- Goto to settings and create a new generic bot named 'codery'. (Settings can be found in dropdown of gear icon present in top right corner of zulip realm)
- Download the zuliprc file for your bot and place it in your Downloads directory as '.zuliprc'.
- Get into the directory cd python-zulip-api/zulip_bots/zulip_bots/bots/codery
- Install all the requirements using
pip3 install -r requirements.txt
inside the codery folder - Now
cd ..
- Activate the source
source zulip-api-py3-venv/bin/activate
- Run the bot
zulip-run-bot codery —config-file ~/Downloads/zuliprc
- Head over to your created zulip realm and start using the bot.
For a detailed description of how to run the bot, please check out this medium article https://medium.com/@soumibardhan10/codery-zulip-bot-for-competitive-programming-hackathons-jobs-and-more-8cd13106fe15
-
Latest Coding Contests and Hackathons Gives you the latest contests and Hackathons from CodeChef, Hackereath, Hackerrank and Codeforces.
-
Filters the top contests Provides the name, time remaining to register and link to the contest or hackathon site.
-
Competitive programming news get all news related to coding by specifying the keyword after news
-
Search Technical Terms get the meanings of any technical term in an instant
-
Jokes funny programming jokes to lighten up your mood but still keep you focused
-
Linux Man Page gets the information about in linux command to zulip
-
Calculator calculates any kind of mathematical operations to do directly on zulip
-
Latest Jobs gives job titles and application links on zulip using the Github Jobs API
-
Udemy courses gives the latest popular Udemy courses using the Udemy Affiliate API
-
Trending Problems know what are the trending problems over all competitive coding platforms globally
-
Leaderboard gives leaderboard of programmers all over the world
-
Memo can keep a list of jobs to do
https://youtu.be/CujqAzNdcr0 is the link to a video demo.
Copyright 2020 Souvik Biswas and Soumi Bardhan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.