Skip to content

A telegram bot to serve random images from 4chan image boards.

License

Notifications You must be signed in to change notification settings

DavidXochipilli/4bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4bot

Heroku Dependencies

Deploy

A telegram bot to serve random content from 4chan image boards.

How to use

4bot serves random images from 4chan image boards. In the commands list you can find all the available commands. Every command corresponds to a 4chan board. By executing a command, the bot will post a random image from the correspondent board (try /mu ). You can also interact with 4bot via inline queries: type the bot username in a chat and write a board's name (without the /, for example @botfourbot mu) to query that board for a list of possible contents to post. You can open the content before posting it by clicking on the thumbnail. You will post some content by clicking on the content name. Enjoy!

Deploy on heroku

  1. Create a new heroku app.
  2. Select GitHub as deployment method and connect it to this or to your repository.
  3. Create a new bot account with BotFather.
  4. Go to your heroku app settings page and create TELEGRAM_USERNAME and TELEGRAM_TOKEN config vars with your bot's username and token.
  5. Setup webhook manually from command line:
    curl -X GET https://api.telegram.org/bot*YOUR_TOKEN*/setWebhook?url=https://*APPNAME*.herokuapp.com/telegramBot

Keep your bot always active

To prevent your free heroku dyno from sleeping you can:

  • Keep your bot always active by registering it to http://wakemydyno.com/ .
  • Keep your bot active within a selected range of hours (and avoid wasting precious free dyno hours) you can use my wake-my-dyno-script (Google account required).

While the steps 1 and 2 can be automated by using the "Deploy to Heroku" button, you still have to create a bot through the BotFather, set its token and username as config vars, and set the webhook manually.

Run tests

  1. Install jasmine globally:
    npm install -g jasmine
    
  2. Run jasmine:
    jasmine
    

About

A telegram bot to serve random images from 4chan image boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%