Skip to content

A data fetcher to get everything about a topic from public tweet stream

License

Notifications You must be signed in to change notification settings

codingneo/tweetsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetsbot

A data fetcher to get everything about a topic from public tweet stream

Setup

  1. Power on the server

  2. The tweetbot will be automatically started

  3. Start the web server nohup go run web.go > ./log.txt &

  4. forward request from port 80 to port 8080 sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

About

A data fetcher to get everything about a topic from public tweet stream

Resources

License

Stars

Watchers

Forks

Packages

No packages published