Skip to content

cicoub13/elon-coin

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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