Skip to content

cicoub13/elon-coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot to notify about Elon Musk tweets

Context

You can read article here : https://www.fotozik.fr/developper-un-bot-en-python-qui-surveille-les-tweets-delon-musk in 🇫🇷

Install

Clone repository:

git clone https://github.com/cicoub13/elon-coin.git
cd elon-coin

Create a credentials.pyand fill it with needed data.

Install needed libraries :

pip3 install tweepy python-telegram-bot

Bot mono user

Add a cron to execute file bot_one_user/bot_one_user.py every 5 minutes:

*/5 * * * * python3 ~/workspace/elon-coin/bot_one_user/bot_one_user.py

Bot multi users

Launch script in a detached session (like screen)

*/5 * * * * python3 ~/workspace/elon-coin/bot_multiple_user/bot_multiple_user_server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages