Skip to content

lincomarya/hack-sprint-apt-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

hack-sprint-apt-get

Welcome to apt-get a hackathon where you can sharpen your skills and show case your project

format of apt-get

1. You have to make an automation bot.
2. whats an automation bot 
    1. Bot automation relies on software robots to interact  with applications, systems, and workflows, streamlining a wide-range of business processes without human intervention. Bots do not replace human workers, but handle tedious processes, so your employees can focus on more strategic, value-added initiatives.
   2. https://www.automationanywhere.com/rpa/software-bots

3. You can make 5 kinds of bots
    1. Instagram bot
    2. Twitter bot
    3. Discord bot
    4. Telegram bot
    5. Whatsapp bot

How to present your ideas to the jury

   1. First fork the repo of apt get
   2. Link to the repo:                                             
    https://github.com/lincomarya/hack-sprint-apt-get
   4. clone the repo by using this command:
        git clone <url of the forked repo>

   5. Create a new branch with your name by using this command 
       git checkout -b <your name>
   
   6. Add a idea.md 

   7. In this you have to complete these points
      1. Explain your idea
      2. Write how the bot working 
      3. Explain how your code works 
      4. Explain your most important function or file
      5. Add screenshots of working bot

   8. Code your bot

   9. Make sure that the bot is working before pushing your code

   10. Add your files to the staging area by using
        git add .

   11. Commit your code
         git commit -m <commit message> 

   12. Push your code by using 
         git push -u origin <branch>

   13. Create new pull request

Some Links for your study

1.Discord bot link:
     https://www.freecodecamp.org/news/create-a-discord-bot-with-python/
2.Instagram bot link:
    https://rohanarun.medium.com/how-to-build-an-instagram-bot-farm-in-15-minutes-for-free-14468c844f7a
3. Twitter bot link:
   https://developer.twitter.com/en/docs/tutorials/how-to-create-a-twitter-bot-with-twitter-api-v2
4. Whatsapp bot link :
   https://www.twilio.com/blog/build-a-whatsapp-chatbot-with-python-flask-and-twilio
5. Telegram bot link:
   https://sendpulse.com/knowledge-base/chatbot/create-telegram-chatbot   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •