Skip to content

Extended Telegram Bot to support random poll Ukraine questions.

License

Notifications You must be signed in to change notification settings

kt315ua/TLG_JoinCaptchaBot_UA

 
 

Repository files navigation

TLG_JoinCaptchaBot_UA

This is a fork of the J-Rios/TLG_JoinCaptchaBot with personal improves.

This fork-project doesn't provide support. Use on you own risk.

Sync forked master branch with origin master repo

  1. Add the remote (original repo that you forked) and call it “upstream”

     git remote add upstream [email protected]:J-Rios/TLG_JoinCaptchaBot.git
    
  2. Fetch all branches of remote upstream

     git fetch upstream
    
  3. Rewrite your master with upstream’s master using git rebase.

     git rebase upstream/master
    
  4. Push your updates to master. You may need to force the push with “--force”.

     git push origin master --force
    

Credits

Original Author - Jose

Original Repository - J-Rios/TLG_JoinCaptchaBot

About

Extended Telegram Bot to support random poll Ukraine questions.

Resources

License

Stars

Watchers

Forks

Languages

  • Python 95.2%
  • Shell 3.4%
  • Dockerfile 1.1%
  • Makefile 0.3%